Html Css Color HEX #A08D38 Reef Gold

📋 copy color: '#A08D38'

red 160 ◦ green 141 ◦ blue 56

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

Shades of Reef Gold #A08D38

Tints of Reef Gold #A08D38

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 44.82%
G = 39.5%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08D38 (or 0xA08D38) is known color: Reef Gold. HEX triplet: A0, 8D and 38. RGB value is (160,141,56). Sum of RGB (Red+Green+Blue) = 160+141+56=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D38 is #5F72C7. Grayscale: #898989. Windows color (decimal): -6255304 or 3706272. OLE color: 3706272.

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

Color convert

RGB 160 141 56 -
CMYK 0 0.12 0.65 0.37
HSL 49.04º 0.48% 0.42% -
HSV(B) 49.04º 0.65% 0.63% -
XYZ 24.74 26.81 7.61 -
YUV 136.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 160 141 56 0 0.12 0.65 0.37 49.04 0.48 0.42
Hex A0 8D 38 0 C 41 25 31 30 2A
Octal 240 215 70 0 14 101 45 61 60 52
Binary 10100000 10001101 111000 0 1100 1000001 100101 110001 110000 101010

Color Harmonies of #A08D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D38

Black with #A08D38

Text Example


Text Example

White with #A08D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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