Html Css Color HEX #A09339 Reef Gold

📋 copy color: '#A09339'

red 160 ◦ green 147 ◦ blue 57

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

Shades of Reef Gold #A09339

Tints of Reef Gold #A09339

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 40.38%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A09339 (or 0xA09339) is known color: Reef Gold. HEX triplet: A0, 93 and 39. RGB value is (160,147,57). Sum of RGB (Red+Green+Blue) = 160+147+57=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A09339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09339 is #5F6CC6. Grayscale: #8D8D8D. Windows color (decimal): -6253767 or 3773344. OLE color: 3773344.

HSL color Cylindrical-coordinate representation of color #A09339: hue angle of 52.43º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A09339 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 57 -
CMYK 0 0.08 0.64 0.37
HSL 52.43º 0.47% 0.43% -
HSV(B) 52.43º 0.64% 0.63% -
XYZ 25.67 28.64 8.05 -
YUV 140.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 160 147 57 0 0.08 0.64 0.37 52.43 0.47 0.43
Hex A0 93 39 0 8 40 25 34 2F 2B
Octal 240 223 71 0 10 100 45 64 57 53
Binary 10100000 10010011 111001 0 1000 1000000 100101 110100 101111 101011

Color Harmonies of #A09339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09339

Black with #A09339

Text Example


Text Example

White with #A09339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09339; }

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

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

background-color css

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

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

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

border-color css

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

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

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