Html Css Color HEX #A04530 Rock Spray

📋 copy color: '#A04530'

red 160 ◦ green 69 ◦ blue 48

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

Shades of Rock Spray #A04530

Tints of Rock Spray #A04530

RGB

 RED value IS 160 (62.89% from 255) = 57.76%

 GREEN value IS 69 (27.34% from 255) = 24.91%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 57.76%
G = 24.91%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A04530 (or 0xA04530) is known color: Rock Spray. HEX triplet: A0, 45 and 30. RGB value is (160,69,48). Sum of RGB (Red+Green+Blue) = 160+69+48=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04530 is #5FBACF. Grayscale: #5D5D5D. Windows color (decimal): -6273744 or 3163552. OLE color: 3163552.

HSL color Cylindrical-coordinate representation of color #A04530: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04530 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 69 48 -
CMYK 0 0.57 0.70 0.37
HSL 11.25º 0.54% 0.41% -
HSV(B) 11.25º 0.7% 0.63% -
XYZ 17.16 11.94 4.2 -
YUV 93.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 160 69 48 0 0.57 0.70 0.37 11.25 0.54 0.41
Hex A0 45 30 0 39 46 25 B 36 29
Octal 240 105 60 0 71 106 45 13 66 51
Binary 10100000 1000101 110000 0 111001 1000110 100101 1011 110110 101001

Color Harmonies of #A04530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04530

Black with #A04530

Text Example


Text Example

White with #A04530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04530; }

 p { color: rgb(160,69,48); }

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

background-color css

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

 a { background-color: rgb(160,69,48); }

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

border-color css

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

 span { border-color: rgb(160,69,48); }

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