Html Css Color HEX #A08D3C Reef Gold

📋 copy color: '#A08D3C'

red 160 ◦ green 141 ◦ blue 60

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

Shades of Reef Gold #A08D3C

Tints of Reef Gold #A08D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 44.32%
G = 39.06%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A08D3C (or 0xA08D3C) is known color: Reef Gold. HEX triplet: A0, 8D and 3C. RGB value is (160,141,60). Sum of RGB (Red+Green+Blue) = 160+141+60=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D3C is #5F72C3. Grayscale: #898989. Windows color (decimal): -6255300 or 3968416. OLE color: 3968416.

HSL color Cylindrical-coordinate representation of color #A08D3C: hue angle of 48.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A08D3C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 141 60 -
CMYK 0 0.12 0.62 0.37
HSL 48.6º 0.45% 0.43% -
HSV(B) 48.6º 0.63% 0.63% -
XYZ 24.84 26.85 8.15 -
YUV 137.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 160 141 60 0 0.12 0.62 0.37 48.6 0.45 0.43
Hex A0 8D 3C 0 C 3E 25 31 2D 2B
Octal 240 215 74 0 14 76 45 61 55 53
Binary 10100000 10001101 111100 0 1100 111110 100101 110001 101101 101011

Color Harmonies of #A08D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D3C

Black with #A08D3C

Text Example


Text Example

White with #A08D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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