Html Css Color HEX #A45A4A Crail

📋 copy color: '#A45A4A'

red 164 ◦ green 90 ◦ blue 74

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

Shades of Crail #A45A4A

Tints of Crail #A45A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 50%
G = 27.44%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A45A4A (or 0xA45A4A) is known color: Crail. HEX triplet: A4, 5A and 4A. RGB value is (164,90,74). Sum of RGB (Red+Green+Blue) = 164+90+74=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A4A is #5BA5B5. Grayscale: #6E6E6E. Windows color (decimal): -6006198 or 4872868. OLE color: 4872868.

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

Color convert

RGB 164 90 74 -
CMYK 0 0.45 0.55 0.36
HSL 10.67º 0.38% 0.47% -
HSV(B) 10.67º 0.55% 0.64% -
XYZ 20.2 15.7 8.44 -
YUV 110.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 164 90 74 0 0.45 0.55 0.36 10.67 0.38 0.47
Hex A4 5A 4A 0 2D 37 24 B 26 2F
Octal 244 132 112 0 55 67 44 13 46 57
Binary 10100100 1011010 1001010 0 101101 110111 100100 1011 100110 101111

Color Harmonies of #A45A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A4A

Black with #A45A4A

Text Example


Text Example

White with #A45A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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