Html Css Color HEX #A88E29 Reef Gold

📋 copy color: '#A88E29'

red 168 ◦ green 142 ◦ blue 41

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

Shades of Reef Gold #A88E29

Tints of Reef Gold #A88E29

RGB

 RED value IS 168 (66.02% from 255) = 47.86%

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

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

R = 47.86%
G = 40.46%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A88E29 (or 0xA88E29) is known color: Reef Gold. HEX triplet: A8, 8E and 29. RGB value is (168,142,41). Sum of RGB (Red+Green+Blue) = 168+142+41=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E29 is #5771D6. Grayscale: #8A8A8A. Windows color (decimal): -5730775 or 2723496. OLE color: 2723496.

HSL color Cylindrical-coordinate representation of color #A88E29: hue angle of 47.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A88E29 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 41 -
CMYK 0 0.15 0.76 0.34
HSL 47.72º 0.61% 0.41% -
HSV(B) 47.72º 0.76% 0.66% -
XYZ 26.22 27.83 6.09 -
YUV 138.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 168 142 41 0 0.15 0.76 0.34 47.72 0.61 0.41
Hex A8 8E 29 0 F 4C 22 30 3D 29
Octal 250 216 51 0 17 114 42 60 75 51
Binary 10101000 10001110 101001 0 1111 1001100 100010 110000 111101 101001

Color Harmonies of #A88E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E29

Black with #A88E29

Text Example


Text Example

White with #A88E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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