Html Css Color HEX #A0843A Reef Gold

📋 copy color: '#A0843A'

red 160 ◦ green 132 ◦ blue 58

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

Shades of Reef Gold #A0843A

Tints of Reef Gold #A0843A

RGB

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

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

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

R = 45.71%
G = 37.71%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0843A (or 0xA0843A) is known color: Reef Gold. HEX triplet: A0, 84 and 3A. RGB value is (160,132,58). Sum of RGB (Red+Green+Blue) = 160+132+58=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0843A is #5F7BC5. Grayscale: #848484. Windows color (decimal): -6257606 or 3835040. OLE color: 3835040.

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

Color convert

RGB 160 132 58 -
CMYK 0 0.17 0.64 0.37
HSL 43.53º 0.47% 0.43% -
HSV(B) 43.53º 0.64% 0.63% -
XYZ 23.51 24.28 7.45 -
YUV 131.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 160 132 58 0 0.17 0.64 0.37 43.53 0.47 0.43
Hex A0 84 3A 0 11 40 25 2C 2F 2B
Octal 240 204 72 0 21 100 45 54 57 53
Binary 10100000 10000100 111010 0 10001 1000000 100101 101100 101111 101011

Color Harmonies of #A0843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0843A

Black with #A0843A

Text Example


Text Example

White with #A0843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0843A; }

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

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

background-color css

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

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

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

border-color css

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

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

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