Html Css Color HEX #A94129 Rock Spray

📋 copy color: '#A94129'

red 169 ◦ green 65 ◦ blue 41

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

Shades of Rock Spray #A94129

Tints of Rock Spray #A94129

RGB

 RED value IS 169 (66.41% from 255) = 61.45%

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 61.45%
G = 23.64%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A94129 (or 0xA94129) is known color: Rock Spray. HEX triplet: A9, 41 and 29. RGB value is (169,65,41). Sum of RGB (Red+Green+Blue) = 169+65+41=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A94129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94129 is #56BED6. Grayscale: #5D5D5D. Windows color (decimal): -5684951 or 2703785. OLE color: 2703785.

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

Color convert

RGB 169 65 41 -
CMYK 0 0.62 0.76 0.34
HSL 11.25º 0.61% 0.41% -
HSV(B) 11.25º 0.76% 0.66% -
XYZ 18.65 12.38 3.5 -
YUV 93.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 169 65 41 0 0.62 0.76 0.34 11.25 0.61 0.41
Hex A9 41 29 0 3E 4C 22 B 3D 29
Octal 251 101 51 0 76 114 42 13 75 51
Binary 10101001 1000001 101001 0 111110 1001100 100010 1011 111101 101001

Color Harmonies of #A94129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94129

Black with #A94129

Text Example


Text Example

White with #A94129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94129; }

 p { color: rgb(169,65,41); }

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

background-color css

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

 a { background-color: rgb(169,65,41); }

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

border-color css

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

 span { border-color: rgb(169,65,41); }

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