Html Css Color HEX #A45042 Crail

📋 copy color: '#A45042'

red 164 ◦ green 80 ◦ blue 66

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

Shades of Crail #A45042

Tints of Crail #A45042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 52.9%
G = 25.81%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A45042 (or 0xA45042) is known color: Crail. HEX triplet: A4, 50 and 42. RGB value is (164,80,66). Sum of RGB (Red+Green+Blue) = 164+80+66=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45042 is #5BAFBD. Grayscale: #676767. Windows color (decimal): -6008766 or 4346020. OLE color: 4346020.

HSL color Cylindrical-coordinate representation of color #A45042: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45042 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 66 -
CMYK 0 0.51 0.60 0.36
HSL 8.57º 0.43% 0.45% -
HSV(B) 8.57º 0.6% 0.64% -
XYZ 19.16 14.02 6.85 -
YUV 103.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 164 80 66 0 0.51 0.60 0.36 8.57 0.43 0.45
Hex A4 50 42 0 33 3C 24 9 2B 2D
Octal 244 120 102 0 63 74 44 11 53 55
Binary 10100100 1010000 1000010 0 110011 111100 100100 1001 101011 101101

Color Harmonies of #A45042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45042

Black with #A45042

Text Example


Text Example

White with #A45042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45042; }

 p { color: rgb(164,80,66); }

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

background-color css

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

 a { background-color: rgb(164,80,66); }

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

border-color css

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

 span { border-color: rgb(164,80,66); }

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