Html Css Color HEX #A89233 Reef Gold

📋 copy color: '#A89233'

red 168 ◦ green 146 ◦ blue 51

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

Shades of Reef Gold #A89233

Tints of Reef Gold #A89233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 46.03%
G = 40%
B = 13.97%

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

#A89233 (or 0xA89233) is known color: Reef Gold. HEX triplet: A8, 92 and 33. RGB value is (168,146,51). Sum of RGB (Red+Green+Blue) = 168+146+51=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A89233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89233 is #576DCC. Grayscale: #8E8E8E. Windows color (decimal): -5729741 or 3379880. OLE color: 3379880.

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

Color convert

RGB 168 146 51 -
CMYK 0 0.13 0.70 0.34
HSL 48.72º 0.53% 0.43% -
HSV(B) 48.72º 0.7% 0.66% -
XYZ 27.02 29.12 7.33 -
YUV 141.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 168 146 51 0 0.13 0.70 0.34 48.72 0.53 0.43
Hex A8 92 33 0 D 46 22 31 35 2B
Octal 250 222 63 0 15 106 42 61 65 53
Binary 10101000 10010010 110011 0 1101 1000110 100010 110001 110101 101011

Color Harmonies of #A89233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89233

Black with #A89233

Text Example


Text Example

White with #A89233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89233; }

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

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

background-color css

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

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

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

border-color css

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

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

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