Html Css Color HEX #A88F29 Reef Gold

📋 copy color: '#A88F29'

red 168 ◦ green 143 ◦ blue 41

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

Shades of Reef Gold #A88F29

Tints of Reef Gold #A88F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.63%

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

R = 47.73%
G = 40.63%
B = 11.65%

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

#A88F29 (or 0xA88F29) is known color: Reef Gold. HEX triplet: A8, 8F and 29. RGB value is (168,143,41). Sum of RGB (Red+Green+Blue) = 168+143+41=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F29 is #5770D6. Grayscale: #8B8B8B. Windows color (decimal): -5730519 or 2723752. OLE color: 2723752.

HSL color Cylindrical-coordinate representation of color #A88F29: hue angle of 48.19º 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 #A88F29 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 143 41 -
CMYK 0 0.15 0.76 0.34
HSL 48.19º 0.61% 0.41% -
HSV(B) 48.19º 0.76% 0.66% -
XYZ 26.37 28.13 6.14 -
YUV 138.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 168 143 41 0 0.15 0.76 0.34 48.19 0.61 0.41
Hex A8 8F 29 0 F 4C 22 30 3D 29
Octal 250 217 51 0 17 114 42 60 75 51
Binary 10101000 10001111 101001 0 1111 1001100 100010 110000 111101 101001

Color Harmonies of #A88F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F29

Black with #A88F29

Text Example


Text Example

White with #A88F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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