Html Css Color HEX #A09235 Reef Gold

📋 copy color: '#A09235'

red 160 ◦ green 146 ◦ blue 53

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

Shades of Reef Gold #A09235

Tints of Reef Gold #A09235

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 44.57%
G = 40.67%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A09235 (or 0xA09235) is known color: Reef Gold. HEX triplet: A0, 92 and 35. RGB value is (160,146,53). Sum of RGB (Red+Green+Blue) = 160+146+53=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A09235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09235 is #5F6DCA. Grayscale: #8B8B8B. Windows color (decimal): -6254027 or 3510944. OLE color: 3510944.

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

Color convert

RGB 160 146 53 -
CMYK 0 0.09 0.67 0.37
HSL 52.15º 0.5% 0.42% -
HSV(B) 52.15º 0.67% 0.63% -
XYZ 25.42 28.29 7.49 -
YUV 139.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 160 146 53 0 0.09 0.67 0.37 52.15 0.5 0.42
Hex A0 92 35 0 9 43 25 34 32 2A
Octal 240 222 65 0 11 103 45 64 62 52
Binary 10100000 10010010 110101 0 1001 1000011 100101 110100 110010 101010

Color Harmonies of #A09235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09235

Black with #A09235

Text Example


Text Example

White with #A09235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09235; }

 p { color: rgb(160,146,53); }

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

background-color css

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

 a { background-color: rgb(160,146,53); }

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

border-color css

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

 span { border-color: rgb(160,146,53); }

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