Html Css Color HEX #AD4022 Rock Spray

📋 copy color: '#AD4022'

red 173 ◦ green 64 ◦ blue 34

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

Shades of Rock Spray #AD4022

Tints of Rock Spray #AD4022

RGB

 RED value IS 173 (67.97% from 255) = 63.84%

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 63.84%
G = 23.62%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD4022 (or 0xAD4022) is known color: Rock Spray. HEX triplet: AD, 40 and 22. RGB value is (173,64,34). Sum of RGB (Red+Green+Blue) = 173+64+34=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4022 is #52BFDD. Grayscale: #5D5D5D. Windows color (decimal): -5423070 or 2244781. OLE color: 2244781.

HSL color Cylindrical-coordinate representation of color #AD4022: hue angle of 12.95º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD4022 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 34 -
CMYK 0 0.63 0.80 0.32
HSL 12.95º 0.67% 0.41% -
HSV(B) 12.95º 0.8% 0.68% -
XYZ 19.36 12.67 2.94 -
YUV 93.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 173 64 34 0 0.63 0.80 0.32 12.95 0.67 0.41
Hex AD 40 22 0 3F 50 20 D 43 29
Octal 255 100 42 0 77 120 40 15 103 51
Binary 10101101 1000000 100010 0 111111 1010000 100000 1101 1000011 101001

Color Harmonies of #AD4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4022

Black with #AD4022

Text Example


Text Example

White with #AD4022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4022; }

 p { color: rgb(173,64,34); }

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

background-color css

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

 a { background-color: rgb(173,64,34); }

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

border-color css

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

 span { border-color: rgb(173,64,34); }

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