Html Css Color HEX #A54427 Rock Spray

📋 copy color: '#A54427'

red 165 ◦ green 68 ◦ blue 39

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

Shades of Rock Spray #A54427

Tints of Rock Spray #A54427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 60.66%
G = 25%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A54427 (or 0xA54427) is known color: Rock Spray. HEX triplet: A5, 44 and 27. RGB value is (165,68,39). Sum of RGB (Red+Green+Blue) = 165+68+39=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A54427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54427 is #5ABBD8. Grayscale: #5D5D5D. Windows color (decimal): -5946329 or 2573477. OLE color: 2573477.

HSL color Cylindrical-coordinate representation of color #A54427: hue angle of 13.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A54427 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 39 -
CMYK 0 0.59 0.76 0.35
HSL 13.81º 0.62% 0.4% -
HSV(B) 13.81º 0.76% 0.65% -
XYZ 17.95 12.28 3.34 -
YUV 93.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 165 68 39 0 0.59 0.76 0.35 13.81 0.62 0.4
Hex A5 44 27 0 3B 4C 23 E 3E 28
Octal 245 104 47 0 73 114 43 16 76 50
Binary 10100101 1000100 100111 0 111011 1001100 100011 1110 111110 101000

Color Harmonies of #A54427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54427

Black with #A54427

Text Example


Text Example

White with #A54427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54427; }

 p { color: rgb(165,68,39); }

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

background-color css

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

 a { background-color: rgb(165,68,39); }

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

border-color css

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

 span { border-color: rgb(165,68,39); }

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