Html Css Color HEX #A69037 Reef Gold

📋 copy color: '#A69037'

red 166 ◦ green 144 ◦ blue 55

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

Shades of Reef Gold #A69037

Tints of Reef Gold #A69037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 45.48%
G = 39.45%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A69037 (or 0xA69037) is known color: Reef Gold. HEX triplet: A6, 90 and 37. RGB value is (166,144,55). Sum of RGB (Red+Green+Blue) = 166+144+55=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A69037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69037 is #596FC8. Grayscale: #8C8C8C. Windows color (decimal): -5861321 or 3641510. OLE color: 3641510.

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

Color convert

RGB 166 144 55 -
CMYK 0 0.13 0.67 0.35
HSL 48.11º 0.5% 0.43% -
HSV(B) 48.11º 0.67% 0.65% -
XYZ 26.39 28.33 7.69 -
YUV 140.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 166 144 55 0 0.13 0.67 0.35 48.11 0.5 0.43
Hex A6 90 37 0 D 43 23 30 32 2B
Octal 246 220 67 0 15 103 43 60 62 53
Binary 10100110 10010000 110111 0 1101 1000011 100011 110000 110010 101011

Color Harmonies of #A69037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69037

Black with #A69037

Text Example


Text Example

White with #A69037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69037; }

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

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

background-color css

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

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

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

border-color css

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

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

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