Html Css Color HEX #A08237 Reef Gold

📋 copy color: '#A08237'

red 160 ◦ green 130 ◦ blue 55

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

Shades of Reef Gold #A08237

Tints of Reef Gold #A08237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 46.38%
G = 37.68%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A08237 (or 0xA08237) is known color: Reef Gold. HEX triplet: A0, 82 and 37. RGB value is (160,130,55). Sum of RGB (Red+Green+Blue) = 160+130+55=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08237 is #5F7DC8. Grayscale: #828282. Windows color (decimal): -6258121 or 3637920. OLE color: 3637920.

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

Color convert

RGB 160 130 55 -
CMYK 0 0.19 0.66 0.37
HSL 42.86º 0.49% 0.42% -
HSV(B) 42.86º 0.66% 0.63% -
XYZ 23.17 23.71 6.97 -
YUV 130.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 160 130 55 0 0.19 0.66 0.37 42.86 0.49 0.42
Hex A0 82 37 0 13 42 25 2B 31 2A
Octal 240 202 67 0 23 102 45 53 61 52
Binary 10100000 10000010 110111 0 10011 1000010 100101 101011 110001 101010

Color Harmonies of #A08237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08237

Black with #A08237

Text Example


Text Example

White with #A08237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08237; }

 p { color: rgb(160,130,55); }

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

background-color css

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

 a { background-color: rgb(160,130,55); }

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

border-color css

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

 span { border-color: rgb(160,130,55); }

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