Html Css Color HEX #A54328 Rock Spray

📋 copy color: '#A54328'

red 165 ◦ green 67 ◦ blue 40

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

Shades of Rock Spray #A54328

Tints of Rock Spray #A54328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 60.66%
G = 24.63%
B = 14.71%

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

#A54328 (or 0xA54328) is known color: Rock Spray. HEX triplet: A5, 43 and 28. RGB value is (165,67,40). Sum of RGB (Red+Green+Blue) = 165+67+40=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A54328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54328 is #5ABCD7. Grayscale: #5D5D5D. Windows color (decimal): -5946584 or 2638757. OLE color: 2638757.

HSL color Cylindrical-coordinate representation of color #A54328: hue angle of 12.96º degrees, saturation: 0.61, 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 #A54328 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 40 -
CMYK 0 0.59 0.76 0.35
HSL 12.96º 0.61% 0.4% -
HSV(B) 12.96º 0.76% 0.65% -
XYZ 17.91 12.17 3.41 -
YUV 93.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 165 67 40 0 0.59 0.76 0.35 12.96 0.61 0.4
Hex A5 43 28 0 3B 4C 23 D 3D 28
Octal 245 103 50 0 73 114 43 15 75 50
Binary 10100101 1000011 101000 0 111011 1001100 100011 1101 111101 101000

Color Harmonies of #A54328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54328

Black with #A54328

Text Example


Text Example

White with #A54328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54328; }

 p { color: rgb(165,67,40); }

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

background-color css

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

 a { background-color: rgb(165,67,40); }

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

border-color css

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

 span { border-color: rgb(165,67,40); }

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