Html Css Color HEX #A8442A Rock Spray

📋 copy color: '#A8442A'

red 168 ◦ green 68 ◦ blue 42

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

Shades of Rock Spray #A8442A

Tints of Rock Spray #A8442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 60.43%
G = 24.46%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8442A (or 0xA8442A) is known color: Rock Spray. HEX triplet: A8, 44 and 2A. RGB value is (168,68,42). Sum of RGB (Red+Green+Blue) = 168+68+42=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8442A is #57BBD5. Grayscale: #5F5F5F. Windows color (decimal): -5749718 or 2770088. OLE color: 2770088.

HSL color Cylindrical-coordinate representation of color #A8442A: hue angle of 12.38º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8442A is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 42 -
CMYK 0 0.60 0.75 0.34
HSL 12.38º 0.6% 0.41% -
HSV(B) 12.38º 0.75% 0.66% -
XYZ 18.63 12.63 3.65 -
YUV 94.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 168 68 42 0 0.60 0.75 0.34 12.38 0.6 0.41
Hex A8 44 2A 0 3C 4B 22 C 3C 29
Octal 250 104 52 0 74 113 42 14 74 51
Binary 10101000 1000100 101010 0 111100 1001011 100010 1100 111100 101001

Color Harmonies of #A8442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8442A

Black with #A8442A

Text Example


Text Example

White with #A8442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8442A; }

 p { color: rgb(168,68,42); }

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

background-color css

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

 a { background-color: rgb(168,68,42); }

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

border-color css

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

 span { border-color: rgb(168,68,42); }

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