Html Css Color HEX #A5432D Rock Spray

📋 copy color: '#A5432D'

red 165 ◦ green 67 ◦ blue 45

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

Shades of Rock Spray #A5432D

Tints of Rock Spray #A5432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 59.57%
G = 24.19%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5432D (or 0xA5432D) is known color: Rock Spray. HEX triplet: A5, 43 and 2D. RGB value is (165,67,45). Sum of RGB (Red+Green+Blue) = 165+67+45=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5432D is #5ABCD2. Grayscale: #5D5D5D. Windows color (decimal): -5946579 or 2966437. OLE color: 2966437.

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

Color convert

RGB 165 67 45 -
CMYK 0 0.59 0.73 0.35
HSL 11º 0.57% 0.41% -
HSV(B) 11º 0.73% 0.65% -
XYZ 18 12.2 3.89 -
YUV 93.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 165 67 45 0 0.59 0.73 0.35 11 0.57 0.41
Hex A5 43 2D 0 3B 49 23 B 39 29
Octal 245 103 55 0 73 111 43 13 71 51
Binary 10100101 1000011 101101 0 111011 1001001 100011 1011 111001 101001

Color Harmonies of #A5432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5432D

Black with #A5432D

Text Example


Text Example

White with #A5432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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