Html Css Color HEX #A4604F Crail

📋 copy color: '#A4604F'

red 164 ◦ green 96 ◦ blue 79

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

Shades of Crail #A4604F

Tints of Crail #A4604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 48.38%
G = 28.32%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4604F (or 0xA4604F) is known color: Crail. HEX triplet: A4, 60 and 4F. RGB value is (164,96,79). Sum of RGB (Red+Green+Blue) = 164+96+79=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4604F is #5B9FB0. Grayscale: #727272. Windows color (decimal): -6004657 or 5202084. OLE color: 5202084.

HSL color Cylindrical-coordinate representation of color #A4604F: hue angle of 12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4604F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 79 -
CMYK 0 0.41 0.52 0.36
HSL 12º 0.35% 0.48% -
HSV(B) 12º 0.52% 0.64% -
XYZ 20.9 16.82 9.54 -
YUV 114.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 164 96 79 0 0.41 0.52 0.36 12 0.35 0.48
Hex A4 60 4F 0 29 34 24 C 23 30
Octal 244 140 117 0 51 64 44 14 43 60
Binary 10100100 1100000 1001111 0 101001 110100 100100 1100 100011 110000

Color Harmonies of #A4604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4604F

Black with #A4604F

Text Example


Text Example

White with #A4604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4604F; }

 p { color: rgb(164,96,79); }

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

background-color css

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

 a { background-color: rgb(164,96,79); }

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

border-color css

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

 span { border-color: rgb(164,96,79); }

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