Html Css Color HEX #A08338 Reef Gold

📋 copy color: '#A08338'

red 160 ◦ green 131 ◦ blue 56

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

Shades of Reef Gold #A08338

Tints of Reef Gold #A08338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 46.11%
G = 37.75%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08338 (or 0xA08338) is known color: Reef Gold. HEX triplet: A0, 83 and 38. RGB value is (160,131,56). Sum of RGB (Red+Green+Blue) = 160+131+56=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08338 is #5F7CC7. Grayscale: #838383. Windows color (decimal): -6257864 or 3703712. OLE color: 3703712.

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

Color convert

RGB 160 131 56 -
CMYK 0 0.18 0.65 0.37
HSL 43.27º 0.48% 0.42% -
HSV(B) 43.27º 0.65% 0.63% -
XYZ 23.33 23.99 7.14 -
YUV 131.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 160 131 56 0 0.18 0.65 0.37 43.27 0.48 0.42
Hex A0 83 38 0 12 41 25 2B 30 2A
Octal 240 203 70 0 22 101 45 53 60 52
Binary 10100000 10000011 111000 0 10010 1000001 100101 101011 110000 101010

Color Harmonies of #A08338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08338

Black with #A08338

Text Example


Text Example

White with #A08338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08338; }

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

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

background-color css

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

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

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

border-color css

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

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

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