Html Css Color HEX #A54024 Rock Spray

📋 copy color: '#A54024'

red 165 ◦ green 64 ◦ blue 36

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

Shades of Rock Spray #A54024

Tints of Rock Spray #A54024

RGB

 RED value IS 165 (64.84% from 255) = 62.26%

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 62.26%
G = 24.15%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54024 (or 0xA54024) is known color: Rock Spray. HEX triplet: A5, 40 and 24. RGB value is (165,64,36). Sum of RGB (Red+Green+Blue) = 165+64+36=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A54024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54024 is #5ABFDB. Grayscale: #5B5B5B. Windows color (decimal): -5947356 or 2375845. OLE color: 2375845.

HSL color Cylindrical-coordinate representation of color #A54024: hue angle of 13.02º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A54024 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 36 -
CMYK 0 0.61 0.78 0.35
HSL 13.02º 0.64% 0.39% -
HSV(B) 13.02º 0.78% 0.65% -
XYZ 17.67 11.79 3.01 -
YUV 91.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 165 64 36 0 0.61 0.78 0.35 13.02 0.64 0.39
Hex A5 40 24 0 3D 4E 23 D 40 27
Octal 245 100 44 0 75 116 43 15 100 47
Binary 10100101 1000000 100100 0 111101 1001110 100011 1101 1000000 100111

Color Harmonies of #A54024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54024

Black with #A54024

Text Example


Text Example

White with #A54024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54024; }

 p { color: rgb(165,64,36); }

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

background-color css

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

 a { background-color: rgb(165,64,36); }

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

border-color css

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

 span { border-color: rgb(165,64,36); }

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