Html Css Color HEX #A0843C Reef Gold

📋 copy color: '#A0843C'

red 160 ◦ green 132 ◦ blue 60

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

Shades of Reef Gold #A0843C

Tints of Reef Gold #A0843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

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

R = 45.45%
G = 37.5%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0843C (or 0xA0843C) is known color: Reef Gold. HEX triplet: A0, 84 and 3C. RGB value is (160,132,60). Sum of RGB (Red+Green+Blue) = 160+132+60=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0843C is #5F7BC3. Grayscale: #848484. Windows color (decimal): -6257604 or 3966112. OLE color: 3966112.

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

Color convert

RGB 160 132 60 -
CMYK 0 0.17 0.62 0.37
HSL 43.2º 0.45% 0.43% -
HSV(B) 43.2º 0.63% 0.63% -
XYZ 23.56 24.3 7.72 -
YUV 132.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 160 132 60 0 0.17 0.62 0.37 43.2 0.45 0.43
Hex A0 84 3C 0 11 3E 25 2B 2D 2B
Octal 240 204 74 0 21 76 45 53 55 53
Binary 10100000 10000100 111100 0 10001 111110 100101 101011 101101 101011

Color Harmonies of #A0843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0843C

Black with #A0843C

Text Example


Text Example

White with #A0843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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