Html Css Color HEX #A34019 Rock Spray

📋 copy color: '#A34019'

red 163 ◦ green 64 ◦ blue 25

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

Shades of Rock Spray #A34019

Tints of Rock Spray #A34019

RGB

 RED value IS 163 (64.06% from 255) = 64.68%

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 64.68%
G = 25.4%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34019 (or 0xA34019) is known color: Rock Spray. HEX triplet: A3, 40 and 19. RGB value is (163,64,25). Sum of RGB (Red+Green+Blue) = 163+64+25=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34019 is #5CBFE6. Grayscale: #595959. Windows color (decimal): -6078439 or 1654947. OLE color: 1654947.

HSL color Cylindrical-coordinate representation of color #A34019: hue angle of 16.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34019 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 25 -
CMYK 0 0.61 0.85 0.36
HSL 16.96º 0.73% 0.37% -
HSV(B) 16.96º 0.85% 0.64% -
XYZ 17.11 11.52 2.24 -
YUV 89.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 163 64 25 0 0.61 0.85 0.36 16.96 0.73 0.37
Hex A3 40 19 0 3D 55 24 11 49 25
Octal 243 100 31 0 75 125 44 21 111 45
Binary 10100011 1000000 11001 0 111101 1010101 100100 10001 1001001 100101

Color Harmonies of #A34019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34019

Black with #A34019

Text Example


Text Example

White with #A34019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34019; }

 p { color: rgb(163,64,25); }

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

background-color css

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

 a { background-color: rgb(163,64,25); }

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

border-color css

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

 span { border-color: rgb(163,64,25); }

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