Html Css Color HEX #A83925 Rock Spray

📋 copy color: '#A83925'

red 168 ◦ green 57 ◦ blue 37

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

Shades of Rock Spray #A83925

Tints of Rock Spray #A83925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 64.12%
G = 21.76%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A83925 (or 0xA83925) is known color: Rock Spray. HEX triplet: A8, 39 and 25. RGB value is (168,57,37). Sum of RGB (Red+Green+Blue) = 168+57+37=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83925 is #57C6DA. Grayscale: #585858. Windows color (decimal): -5752539 or 2439592. OLE color: 2439592.

HSL color Cylindrical-coordinate representation of color #A83925: hue angle of 9.16º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A83925 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 37 -
CMYK 0 0.66 0.78 0.34
HSL 9.16º 0.64% 0.4% -
HSV(B) 9.16º 0.78% 0.66% -
XYZ 17.95 11.38 3 -
YUV 87.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 168 57 37 0 0.66 0.78 0.34 9.16 0.64 0.4
Hex A8 39 25 0 42 4E 22 9 40 28
Octal 250 71 45 0 102 116 42 11 100 50
Binary 10101000 111001 100101 0 1000010 1001110 100010 1001 1000000 101000

Color Harmonies of #A83925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83925

Black with #A83925

Text Example


Text Example

White with #A83925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83925; }

 p { color: rgb(168,57,37); }

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

background-color css

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

 a { background-color: rgb(168,57,37); }

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

border-color css

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

 span { border-color: rgb(168,57,37); }

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