Html Css Color HEX #A08F3C Reef Gold

📋 copy color: '#A08F3C'

red 160 ◦ green 143 ◦ blue 60

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

Shades of Reef Gold #A08F3C

Tints of Reef Gold #A08F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 44.08%
G = 39.39%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A08F3C (or 0xA08F3C) is known color: Reef Gold. HEX triplet: A0, 8F and 3C. RGB value is (160,143,60). Sum of RGB (Red+Green+Blue) = 160+143+60=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F3C is #5F70C3. Grayscale: #8A8A8A. Windows color (decimal): -6254788 or 3968928. OLE color: 3968928.

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

Color convert

RGB 160 143 60 -
CMYK 0 0.11 0.62 0.37
HSL 49.8º 0.45% 0.43% -
HSV(B) 49.8º 0.63% 0.63% -
XYZ 25.14 27.44 8.25 -
YUV 138.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 160 143 60 0 0.11 0.62 0.37 49.8 0.45 0.43
Hex A0 8F 3C 0 B 3E 25 32 2D 2B
Octal 240 217 74 0 13 76 45 62 55 53
Binary 10100000 10001111 111100 0 1011 111110 100101 110010 101101 101011

Color Harmonies of #A08F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F3C

Black with #A08F3C

Text Example


Text Example

White with #A08F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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