Html Css Color HEX #A4574A Crail

📋 copy color: '#A4574A'

red 164 ◦ green 87 ◦ blue 74

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

Shades of Crail #A4574A

Tints of Crail #A4574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 50.46%
G = 26.77%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4574A (or 0xA4574A) is known color: Crail. HEX triplet: A4, 57 and 4A. RGB value is (164,87,74). Sum of RGB (Red+Green+Blue) = 164+87+74=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4574A is #5BA8B5. Grayscale: #6C6C6C. Windows color (decimal): -6006966 or 4872100. OLE color: 4872100.

HSL color Cylindrical-coordinate representation of color #A4574A: hue angle of 8.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 #A4574A is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 74 -
CMYK 0 0.47 0.55 0.36
HSL 8.67º 0.38% 0.47% -
HSV(B) 8.67º 0.55% 0.64% -
XYZ 19.95 15.2 8.36 -
YUV 108.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 164 87 74 0 0.47 0.55 0.36 8.67 0.38 0.47
Hex A4 57 4A 0 2F 37 24 9 26 2F
Octal 244 127 112 0 57 67 44 11 46 57
Binary 10100100 1010111 1001010 0 101111 110111 100100 1001 100110 101111

Color Harmonies of #A4574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4574A

Black with #A4574A

Text Example


Text Example

White with #A4574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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