Html Css Color HEX #A48E29 Reef Gold

📋 copy color: '#A48E29'

red 164 ◦ green 142 ◦ blue 41

#A48E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A48E29

Tints of Reef Gold #A48E29

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 142 (55.86% from 255) = 40.92%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 47.26%
G = 40.92%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A48E29 (or 0xA48E29) is known color: Reef Gold. HEX triplet: A4, 8E and 29. RGB value is (164,142,41). Sum of RGB (Red+Green+Blue) = 164+142+41=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E29 is #5B71D6. Grayscale: #898989. Windows color (decimal): -5992919 or 2723492. OLE color: 2723492.

HSL color Cylindrical-coordinate representation of color #A48E29: hue angle of 49.27º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A48E29 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 41 -
CMYK 0 0.13 0.75 0.36
HSL 49.27º 0.6% 0.4% -
HSV(B) 49.27º 0.75% 0.64% -
XYZ 25.38 27.4 6.05 -
YUV 137.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 164 142 41 0 0.13 0.75 0.36 49.27 0.6 0.4
Hex A4 8E 29 0 D 4B 24 31 3C 28
Octal 244 216 51 0 15 113 44 61 74 50
Binary 10100100 10001110 101001 0 1101 1001011 100100 110001 111100 101000

Color Harmonies of #A48E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E29

Black with #A48E29

Text Example


Text Example

White with #A48E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E29; }

 p { color: rgb(164,142,41); }

 H1.HeaderClassName
 {
   color: #A48E29;
 }
 .AnyTagClassName
 {
   color: #A48E29;
 }
</style>

background-color css

<style>
 a { background-color: #A48E29; }

 a { background-color: rgb(164,142,41); }

 div.DivClassName
 {
   background-color: #A48E29;
 }
 .BgClassName
 {
   background-color: #A48E29;
 }
</style>

border-color css

<style>
 span { border-color: #A48E29; }

 span { border-color: rgb(164,142,41); }

 td.TdClassName
 {
   border-color: #A48E29;
 }
 .TagClassName
 {
   border-color: #A48E29;
 }
</style>