Html Css Color HEX #A08A3C Reef Gold

📋 copy color: '#A08A3C'

red 160 ◦ green 138 ◦ blue 60

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

Shades of Reef Gold #A08A3C

Tints of Reef Gold #A08A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 44.69%
G = 38.55%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A08A3C (or 0xA08A3C) is known color: Reef Gold. HEX triplet: A0, 8A and 3C. RGB value is (160,138,60). Sum of RGB (Red+Green+Blue) = 160+138+60=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A3C is #5F75C3. Grayscale: #888888. Windows color (decimal): -6256068 or 3967648. OLE color: 3967648.

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

Color convert

RGB 160 138 60 -
CMYK 0 0.14 0.62 0.37
HSL 46.8º 0.45% 0.43% -
HSV(B) 46.8º 0.63% 0.63% -
XYZ 24.4 25.98 8 -
YUV 135.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 160 138 60 0 0.14 0.62 0.37 46.8 0.45 0.43
Hex A0 8A 3C 0 E 3E 25 2F 2D 2B
Octal 240 212 74 0 16 76 45 57 55 53
Binary 10100000 10001010 111100 0 1110 111110 100101 101111 101101 101011

Color Harmonies of #A08A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A3C

Black with #A08A3C

Text Example


Text Example

White with #A08A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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