Html Css Color HEX #A69537 Reef Gold

📋 copy color: '#A69537'

red 166 ◦ green 149 ◦ blue 55

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

Shades of Reef Gold #A69537

Tints of Reef Gold #A69537

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 44.86%
G = 40.27%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A69537 (or 0xA69537) is known color: Reef Gold. HEX triplet: A6, 95 and 37. RGB value is (166,149,55). Sum of RGB (Red+Green+Blue) = 166+149+55=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69537 is #596AC8. Grayscale: #8F8F8F. Windows color (decimal): -5860041 or 3642790. OLE color: 3642790.

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

Color convert

RGB 166 149 55 -
CMYK 0 0.10 0.67 0.35
HSL 50.81º 0.5% 0.43% -
HSV(B) 50.81º 0.67% 0.65% -
XYZ 27.16 29.88 7.95 -
YUV 143.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 166 149 55 0 0.10 0.67 0.35 50.81 0.5 0.43
Hex A6 95 37 0 A 43 23 33 32 2B
Octal 246 225 67 0 12 103 43 63 62 53
Binary 10100110 10010101 110111 0 1010 1000011 100011 110011 110010 101011

Color Harmonies of #A69537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69537

Black with #A69537

Text Example


Text Example

White with #A69537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69537; }

 p { color: rgb(166,149,55); }

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

background-color css

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

 a { background-color: rgb(166,149,55); }

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

border-color css

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

 span { border-color: rgb(166,149,55); }

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