Html Css Color HEX #A08239 Reef Gold

📋 copy color: '#A08239'

red 160 ◦ green 130 ◦ blue 57

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

Shades of Reef Gold #A08239

Tints of Reef Gold #A08239

RGB

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

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

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

R = 46.11%
G = 37.46%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A08239 (or 0xA08239) is known color: Reef Gold. HEX triplet: A0, 82 and 39. RGB value is (160,130,57). Sum of RGB (Red+Green+Blue) = 160+130+57=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08239 is #5F7DC6. Grayscale: #828282. Windows color (decimal): -6258119 or 3768992. OLE color: 3768992.

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

Color convert

RGB 160 130 57 -
CMYK 0 0.19 0.64 0.37
HSL 42.52º 0.47% 0.43% -
HSV(B) 42.52º 0.64% 0.63% -
XYZ 23.22 23.73 7.23 -
YUV 130.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 160 130 57 0 0.19 0.64 0.37 42.52 0.47 0.43
Hex A0 82 39 0 13 40 25 2B 2F 2B
Octal 240 202 71 0 23 100 45 53 57 53
Binary 10100000 10000010 111001 0 10011 1000000 100101 101011 101111 101011

Color Harmonies of #A08239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08239

Black with #A08239

Text Example


Text Example

White with #A08239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08239; }

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

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

background-color css

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

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

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

border-color css

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

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

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