Html Css Color HEX #A69137 Reef Gold

📋 copy color: '#A69137'

red 166 ◦ green 145 ◦ blue 55

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

Shades of Reef Gold #A69137

Tints of Reef Gold #A69137

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

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

R = 45.36%
G = 39.62%
B = 15.03%

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

#A69137 (or 0xA69137) is known color: Reef Gold. HEX triplet: A6, 91 and 37. RGB value is (166,145,55). Sum of RGB (Red+Green+Blue) = 166+145+55=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69137 is #596EC8. Grayscale: #8D8D8D. Windows color (decimal): -5861065 or 3641766. OLE color: 3641766.

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

Color convert

RGB 166 145 55 -
CMYK 0 0.13 0.67 0.35
HSL 48.65º 0.5% 0.43% -
HSV(B) 48.65º 0.67% 0.65% -
XYZ 26.54 28.63 7.74 -
YUV 141.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 166 145 55 0 0.13 0.67 0.35 48.65 0.5 0.43
Hex A6 91 37 0 D 43 23 31 32 2B
Octal 246 221 67 0 15 103 43 61 62 53
Binary 10100110 10010001 110111 0 1101 1000011 100011 110001 110010 101011

Color Harmonies of #A69137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69137

Black with #A69137

Text Example


Text Example

White with #A69137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69137; }

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

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

background-color css

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

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

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

border-color css

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

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

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