Html Css Color HEX #A69736 Reef Gold

📋 copy color: '#A69736'

red 166 ◦ green 151 ◦ blue 54

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

Shades of Reef Gold #A69736

Tints of Reef Gold #A69736

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 44.74%
G = 40.7%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A69736 (or 0xA69736) is known color: Reef Gold. HEX triplet: A6, 97 and 36. RGB value is (166,151,54). Sum of RGB (Red+Green+Blue) = 166+151+54=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A69736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69736 is #5968C9. Grayscale: #909090. Windows color (decimal): -5859530 or 3577766. OLE color: 3577766.

HSL color Cylindrical-coordinate representation of color #A69736: hue angle of 51.96º 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 #A69736 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 54 -
CMYK 0 0.09 0.67 0.35
HSL 51.96º 0.51% 0.43% -
HSV(B) 51.96º 0.67% 0.65% -
XYZ 27.46 30.51 7.93 -
YUV 144.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 166 151 54 0 0.09 0.67 0.35 51.96 0.51 0.43
Hex A6 97 36 0 9 43 23 34 33 2B
Octal 246 227 66 0 11 103 43 64 63 53
Binary 10100110 10010111 110110 0 1001 1000011 100011 110100 110011 101011

Color Harmonies of #A69736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69736

Black with #A69736

Text Example


Text Example

White with #A69736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69736; }

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

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

background-color css

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

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

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

border-color css

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

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

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