Html Css Color HEX #AB4427 Rock Spray

📋 copy color: '#AB4427'

red 171 ◦ green 68 ◦ blue 39

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

Shades of Rock Spray #AB4427

Tints of Rock Spray #AB4427

RGB

 RED value IS 171 (67.19% from 255) = 61.51%

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

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 61.51%
G = 24.46%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB4427 (or 0xAB4427) is known color: Rock Spray. HEX triplet: AB, 44 and 27. RGB value is (171,68,39). Sum of RGB (Red+Green+Blue) = 171+68+39=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4427 is #54BBD8. Grayscale: #5F5F5F. Windows color (decimal): -5553113 or 2573483. OLE color: 2573483.

HSL color Cylindrical-coordinate representation of color #AB4427: hue angle of 13.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4427 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 39 -
CMYK 0 0.60 0.77 0.33
HSL 13.18º 0.63% 0.41% -
HSV(B) 13.18º 0.77% 0.67% -
XYZ 19.23 12.94 3.4 -
YUV 95.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 171 68 39 0 0.60 0.77 0.33 13.18 0.63 0.41
Hex AB 44 27 0 3C 4D 21 D 3F 29
Octal 253 104 47 0 74 115 41 15 77 51
Binary 10101011 1000100 100111 0 111100 1001101 100001 1101 111111 101001

Color Harmonies of #AB4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4427

Black with #AB4427

Text Example


Text Example

White with #AB4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4427; }

 p { color: rgb(171,68,39); }

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

background-color css

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

 a { background-color: rgb(171,68,39); }

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

border-color css

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

 span { border-color: rgb(171,68,39); }

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