Html Css Color HEX #A08535 Reef Gold

📋 copy color: '#A08535'

red 160 ◦ green 133 ◦ blue 53

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

Shades of Reef Gold #A08535

Tints of Reef Gold #A08535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 46.24%
G = 38.44%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A08535 (or 0xA08535) is known color: Reef Gold. HEX triplet: A0, 85 and 35. RGB value is (160,133,53). Sum of RGB (Red+Green+Blue) = 160+133+53=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A08535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08535 is #5F7ACA. Grayscale: #848484. Windows color (decimal): -6257355 or 3507616. OLE color: 3507616.

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

Color convert

RGB 160 133 53 -
CMYK 0 0.17 0.67 0.37
HSL 44.86º 0.5% 0.42% -
HSV(B) 44.86º 0.67% 0.63% -
XYZ 23.53 24.51 6.86 -
YUV 131.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 160 133 53 0 0.17 0.67 0.37 44.86 0.5 0.42
Hex A0 85 35 0 11 43 25 2D 32 2A
Octal 240 205 65 0 21 103 45 55 62 52
Binary 10100000 10000101 110101 0 10001 1000011 100101 101101 110010 101010

Color Harmonies of #A08535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08535

Black with #A08535

Text Example


Text Example

White with #A08535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08535; }

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

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

background-color css

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

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

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

border-color css

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

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

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