Html Css Color HEX #A08138 Reef Gold

📋 copy color: '#A08138'

red 160 ◦ green 129 ◦ blue 56

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

Shades of Reef Gold #A08138

Tints of Reef Gold #A08138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 46.38%
G = 37.39%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08138 (or 0xA08138) is known color: Reef Gold. HEX triplet: A0, 81 and 38. RGB value is (160,129,56). Sum of RGB (Red+Green+Blue) = 160+129+56=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08138 is #5F7EC7. Grayscale: #828282. Windows color (decimal): -6258376 or 3703200. OLE color: 3703200.

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

Color convert

RGB 160 129 56 -
CMYK 0 0.19 0.65 0.37
HSL 42.12º 0.48% 0.42% -
HSV(B) 42.12º 0.65% 0.63% -
XYZ 23.06 23.46 7.05 -
YUV 129.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 160 129 56 0 0.19 0.65 0.37 42.12 0.48 0.42
Hex A0 81 38 0 13 41 25 2A 30 2A
Octal 240 201 70 0 23 101 45 52 60 52
Binary 10100000 10000001 111000 0 10011 1000001 100101 101010 110000 101010

Color Harmonies of #A08138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08138

Black with #A08138

Text Example


Text Example

White with #A08138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08138; }

 p { color: rgb(160,129,56); }

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

background-color css

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

 a { background-color: rgb(160,129,56); }

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

border-color css

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

 span { border-color: rgb(160,129,56); }

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