Html Css Color HEX #A83820 Rock Spray

📋 copy color: '#A83820'

red 168 ◦ green 56 ◦ blue 32

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

Shades of Rock Spray #A83820

Tints of Rock Spray #A83820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 65.63%
G = 21.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A83820 (or 0xA83820) is known color: Rock Spray. HEX triplet: A8, 38 and 20. RGB value is (168,56,32). Sum of RGB (Red+Green+Blue) = 168+56+32=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A83820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83820 is #57C7DF. Grayscale: #565656. Windows color (decimal): -5752800 or 2111656. OLE color: 2111656.

HSL color Cylindrical-coordinate representation of color #A83820: hue angle of 10.59º 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 #A83820 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 56 32 -
CMYK 0 0.67 0.81 0.34
HSL 10.59º 0.68% 0.39% -
HSV(B) 10.59º 0.81% 0.66% -
XYZ 17.82 11.26 2.6 -
YUV 86.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 168 56 32 0 0.67 0.81 0.34 10.59 0.68 0.39
Hex A8 38 20 0 43 51 22 B 44 27
Octal 250 70 40 0 103 121 42 13 104 47
Binary 10101000 111000 100000 0 1000011 1010001 100010 1011 1000100 100111

Color Harmonies of #A83820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83820

Black with #A83820

Text Example


Text Example

White with #A83820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83820; }

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

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

background-color css

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

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

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

border-color css

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

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

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