Html Css Color HEX #A89232 Reef Gold

📋 copy color: '#A89232'

red 168 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #A89232

Tints of Reef Gold #A89232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

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

R = 46.15%
G = 40.11%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A89232 (or 0xA89232) is known color: Reef Gold. HEX triplet: A8, 92 and 32. RGB value is (168,146,50). Sum of RGB (Red+Green+Blue) = 168+146+50=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A89232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89232 is #576DCD. Grayscale: #8E8E8E. Windows color (decimal): -5729742 or 3314344. OLE color: 3314344.

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

Color convert

RGB 168 146 50 -
CMYK 0 0.13 0.70 0.34
HSL 48.81º 0.54% 0.43% -
HSV(B) 48.81º 0.7% 0.66% -
XYZ 27 29.11 7.21 -
YUV 141.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 168 146 50 0 0.13 0.70 0.34 48.81 0.54 0.43
Hex A8 92 32 0 D 46 22 31 36 2B
Octal 250 222 62 0 15 106 42 61 66 53
Binary 10101000 10010010 110010 0 1101 1000110 100010 110001 110110 101011

Color Harmonies of #A89232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89232

Black with #A89232

Text Example


Text Example

White with #A89232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89232; }

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

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

background-color css

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

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

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

border-color css

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

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

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