Html Css Color HEX #AF5544 Crail

📋 copy color: '#AF5544'

red 175 ◦ green 85 ◦ blue 68

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

Shades of Crail #AF5544

Tints of Crail #AF5544

RGB

 RED value IS 175 (68.75% from 255) = 53.35%

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 53.35%
G = 25.91%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF5544 (or 0xAF5544) is known color: Crail. HEX triplet: AF, 55 and 44. RGB value is (175,85,68). Sum of RGB (Red+Green+Blue) = 175+85+68=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5544 is #50AABB. Grayscale: #6E6E6E. Windows color (decimal): -5286588 or 4478383. OLE color: 4478383.

HSL color Cylindrical-coordinate representation of color #AF5544: hue angle of 9.53º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5544 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 68 -
CMYK 0 0.51 0.61 0.31
HSL 9.53º 0.44% 0.48% -
HSV(B) 9.53º 0.61% 0.69% -
XYZ 21.97 16.03 7.4 -
YUV 109.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 175 85 68 0 0.51 0.61 0.31 9.53 0.44 0.48
Hex AF 55 44 0 33 3D 1F A 2C 30
Octal 257 125 104 0 63 75 37 12 54 60
Binary 10101111 1010101 1000100 0 110011 111101 11111 1010 101100 110000

Color Harmonies of #AF5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5544

Black with #AF5544

Text Example


Text Example

White with #AF5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5544; }

 p { color: rgb(175,85,68); }

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

background-color css

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

 a { background-color: rgb(175,85,68); }

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

border-color css

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

 span { border-color: rgb(175,85,68); }

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