Html Css Color HEX #A09534 Reef Gold

📋 copy color: '#A09534'

red 160 ◦ green 149 ◦ blue 52

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

Shades of Reef Gold #A09534

Tints of Reef Gold #A09534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 44.32%
G = 41.27%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A09534 (or 0xA09534) is known color: Reef Gold. HEX triplet: A0, 95 and 34. RGB value is (160,149,52). Sum of RGB (Red+Green+Blue) = 160+149+52=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09534 is #5F6ACB. Grayscale: #8D8D8D. Windows color (decimal): -6253260 or 3446176. OLE color: 3446176.

HSL color Cylindrical-coordinate representation of color #A09534: hue angle of 53.89º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A09534 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 52 -
CMYK 0 0.07 0.68 0.37
HSL 53.89º 0.51% 0.42% -
HSV(B) 53.89º 0.68% 0.63% -
XYZ 25.86 29.22 7.52 -
YUV 141.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 160 149 52 0 0.07 0.68 0.37 53.89 0.51 0.42
Hex A0 95 34 0 7 44 25 36 33 2A
Octal 240 225 64 0 7 104 45 66 63 52
Binary 10100000 10010101 110100 0 111 1000100 100101 110110 110011 101010

Color Harmonies of #A09534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09534

Black with #A09534

Text Example


Text Example

White with #A09534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09534; }

 p { color: rgb(160,149,52); }

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

background-color css

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

 a { background-color: rgb(160,149,52); }

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

border-color css

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

 span { border-color: rgb(160,149,52); }

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