Html Css Color HEX #A89132 Reef Gold

📋 copy color: '#A89132'

red 168 ◦ green 145 ◦ blue 50

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

Shades of Reef Gold #A89132

Tints of Reef Gold #A89132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 46.28%
G = 39.94%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A89132 (or 0xA89132) is known color: Reef Gold. HEX triplet: A8, 91 and 32. RGB value is (168,145,50). Sum of RGB (Red+Green+Blue) = 168+145+50=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A89132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89132 is #576ECD. Grayscale: #8D8D8D. Windows color (decimal): -5729998 or 3314088. OLE color: 3314088.

HSL color Cylindrical-coordinate representation of color #A89132: hue angle of 48.31º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A89132 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 145 50 -
CMYK 0 0.14 0.70 0.34
HSL 48.31º 0.54% 0.43% -
HSV(B) 48.31º 0.7% 0.66% -
XYZ 26.85 28.81 7.16 -
YUV 141.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 168 145 50 0 0.14 0.70 0.34 48.31 0.54 0.43
Hex A8 91 32 0 E 46 22 30 36 2B
Octal 250 221 62 0 16 106 42 60 66 53
Binary 10101000 10010001 110010 0 1110 1000110 100010 110000 110110 101011

Color Harmonies of #A89132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89132

Black with #A89132

Text Example


Text Example

White with #A89132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89132; }

 p { color: rgb(168,145,50); }

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

background-color css

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

 a { background-color: rgb(168,145,50); }

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

border-color css

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

 span { border-color: rgb(168,145,50); }

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