Html Css Color HEX #A69337 Reef Gold

📋 copy color: '#A69337'

red 166 ◦ green 147 ◦ blue 55

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

Shades of Reef Gold #A69337

Tints of Reef Gold #A69337

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 45.11%
G = 39.95%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A69337 (or 0xA69337) is known color: Reef Gold. HEX triplet: A6, 93 and 37. RGB value is (166,147,55). Sum of RGB (Red+Green+Blue) = 166+147+55=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69337 is #596CC8. Grayscale: #8E8E8E. Windows color (decimal): -5860553 or 3642278. OLE color: 3642278.

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

Color convert

RGB 166 147 55 -
CMYK 0 0.11 0.67 0.35
HSL 49.73º 0.5% 0.43% -
HSV(B) 49.73º 0.67% 0.65% -
XYZ 26.85 29.25 7.85 -
YUV 142.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 166 147 55 0 0.11 0.67 0.35 49.73 0.5 0.43
Hex A6 93 37 0 B 43 23 32 32 2B
Octal 246 223 67 0 13 103 43 62 62 53
Binary 10100110 10010011 110111 0 1011 1000011 100011 110010 110010 101011

Color Harmonies of #A69337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69337

Black with #A69337

Text Example


Text Example

White with #A69337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69337; }

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

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

background-color css

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

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

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

border-color css

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

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

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