Html Css Color HEX #A69339 Reef Gold

📋 copy color: '#A69339'

red 166 ◦ green 147 ◦ blue 57

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

Shades of Reef Gold #A69339

Tints of Reef Gold #A69339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.41%

R = 44.86%
G = 39.73%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A69339 (or 0xA69339) is known color: Reef Gold. HEX triplet: A6, 93 and 39. RGB value is (166,147,57). Sum of RGB (Red+Green+Blue) = 166+147+57=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69339 is #596CC6. Grayscale: #8E8E8E. Windows color (decimal): -5860551 or 3773350. OLE color: 3773350.

HSL color Cylindrical-coordinate representation of color #A69339: hue angle of 49.54º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A69339 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 57 -
CMYK 0 0.11 0.66 0.35
HSL 49.54º 0.49% 0.44% -
HSV(B) 49.54º 0.66% 0.65% -
XYZ 26.9 29.27 8.1 -
YUV 142.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 166 147 57 0 0.11 0.66 0.35 49.54 0.49 0.44
Hex A6 93 39 0 B 42 23 32 31 2C
Octal 246 223 71 0 13 102 43 62 61 54
Binary 10100110 10010011 111001 0 1011 1000010 100011 110010 110001 101100

Color Harmonies of #A69339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69339

Black with #A69339

Text Example


Text Example

White with #A69339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69339; }

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

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

background-color css

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

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

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

border-color css

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

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

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