Html Css Color HEX #A45A46 Crail

📋 copy color: '#A45A46'

red 164 ◦ green 90 ◦ blue 70

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

Shades of Crail #A45A46

Tints of Crail #A45A46

RGB

 RED value IS 164 (64.45% from 255) = 50.62%

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 50.62%
G = 27.78%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45A46 (or 0xA45A46) is known color: Crail. HEX triplet: A4, 5A and 46. RGB value is (164,90,70). Sum of RGB (Red+Green+Blue) = 164+90+70=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A46 is #5BA5B9. Grayscale: #6D6D6D. Windows color (decimal): -6006202 or 4610724. OLE color: 4610724.

HSL color Cylindrical-coordinate representation of color #A45A46: hue angle of 12.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45A46 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 90 70 -
CMYK 0 0.45 0.57 0.36
HSL 12.77º 0.4% 0.46% -
HSV(B) 12.77º 0.57% 0.64% -
XYZ 20.07 15.65 7.76 -
YUV 109.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 164 90 70 0 0.45 0.57 0.36 12.77 0.4 0.46
Hex A4 5A 46 0 2D 39 24 D 28 2E
Octal 244 132 106 0 55 71 44 15 50 56
Binary 10100100 1011010 1000110 0 101101 111001 100100 1101 101000 101110

Color Harmonies of #A45A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A46

Black with #A45A46

Text Example


Text Example

White with #A45A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A46; }

 p { color: rgb(164,90,70); }

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

background-color css

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

 a { background-color: rgb(164,90,70); }

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

border-color css

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

 span { border-color: rgb(164,90,70); }

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