Html Css Color HEX #A08D3A Reef Gold

📋 copy color: '#A08D3A'

red 160 ◦ green 141 ◦ blue 58

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

Shades of Reef Gold #A08D3A

Tints of Reef Gold #A08D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 44.57%
G = 39.28%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A08D3A (or 0xA08D3A) is known color: Reef Gold. HEX triplet: A0, 8D and 3A. RGB value is (160,141,58). Sum of RGB (Red+Green+Blue) = 160+141+58=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D3A is #5F72C5. Grayscale: #898989. Windows color (decimal): -6255302 or 3837344. OLE color: 3837344.

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

Color convert

RGB 160 141 58 -
CMYK 0 0.12 0.64 0.37
HSL 48.82º 0.47% 0.43% -
HSV(B) 48.82º 0.64% 0.63% -
XYZ 24.79 26.83 7.88 -
YUV 137.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 160 141 58 0 0.12 0.64 0.37 48.82 0.47 0.43
Hex A0 8D 3A 0 C 40 25 31 2F 2B
Octal 240 215 72 0 14 100 45 61 57 53
Binary 10100000 10001101 111010 0 1100 1000000 100101 110001 101111 101011

Color Harmonies of #A08D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D3A

Black with #A08D3A

Text Example


Text Example

White with #A08D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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