Html Css Color HEX #A69836 Reef Gold

📋 copy color: '#A69836'

red 166 ◦ green 152 ◦ blue 54

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

Shades of Reef Gold #A69836

Tints of Reef Gold #A69836

RGB

 RED value IS 166 (65.23% from 255) = 44.62%

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 44.62%
G = 40.86%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A69836 (or 0xA69836) is known color: Reef Gold. HEX triplet: A6, 98 and 36. RGB value is (166,152,54). Sum of RGB (Red+Green+Blue) = 166+152+54=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A69836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69836 is #5967C9. Grayscale: #919191. Windows color (decimal): -5859274 or 3578022. OLE color: 3578022.

HSL color Cylindrical-coordinate representation of color #A69836: hue angle of 52.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A69836 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 54 -
CMYK 0 0.08 0.67 0.35
HSL 52.5º 0.51% 0.43% -
HSV(B) 52.5º 0.67% 0.65% -
XYZ 27.62 30.83 7.99 -
YUV 145.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 166 152 54 0 0.08 0.67 0.35 52.5 0.51 0.43
Hex A6 98 36 0 8 43 23 34 33 2B
Octal 246 230 66 0 10 103 43 64 63 53
Binary 10100110 10011000 110110 0 1000 1000011 100011 110100 110011 101011

Color Harmonies of #A69836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69836

Black with #A69836

Text Example


Text Example

White with #A69836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69836; }

 p { color: rgb(166,152,54); }

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

background-color css

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

 a { background-color: rgb(166,152,54); }

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

border-color css

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

 span { border-color: rgb(166,152,54); }

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