Html Css Color HEX #A83E20 Rock Spray

📋 copy color: '#A83E20'

red 168 ◦ green 62 ◦ blue 32

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

Shades of Rock Spray #A83E20

Tints of Rock Spray #A83E20

RGB

 RED value IS 168 (66.02% from 255) = 64.12%

 GREEN value IS 62 (24.61% from 255) = 23.66%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 64.12%
G = 23.66%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A83E20 (or 0xA83E20) is known color: Rock Spray. HEX triplet: A8, 3E and 20. RGB value is (168,62,32). Sum of RGB (Red+Green+Blue) = 168+62+32=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E20 is #57C1DF. Grayscale: #5A5A5A. Windows color (decimal): -5751264 or 2113192. OLE color: 2113192.

HSL color Cylindrical-coordinate representation of color #A83E20: hue angle of 13.24º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A83E20 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 62 32 -
CMYK 0 0.63 0.81 0.34
HSL 13.24º 0.68% 0.39% -
HSV(B) 13.24º 0.81% 0.66% -
XYZ 18.13 11.87 2.7 -
YUV 90.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 168 62 32 0 0.63 0.81 0.34 13.24 0.68 0.39
Hex A8 3E 20 0 3F 51 22 D 44 27
Octal 250 76 40 0 77 121 42 15 104 47
Binary 10101000 111110 100000 0 111111 1010001 100010 1101 1000100 100111

Color Harmonies of #A83E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E20

Black with #A83E20

Text Example


Text Example

White with #A83E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E20; }

 p { color: rgb(168,62,32); }

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

background-color css

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

 a { background-color: rgb(168,62,32); }

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

border-color css

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

 span { border-color: rgb(168,62,32); }

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