Html Css Color HEX #AF5844 Crail

📋 copy color: '#AF5844'

red 175 ◦ green 88 ◦ blue 68

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

Shades of Crail #AF5844

Tints of Crail #AF5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 52.87%
G = 26.59%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF5844 (or 0xAF5844) is known color: Crail. HEX triplet: AF, 58 and 44. RGB value is (175,88,68). Sum of RGB (Red+Green+Blue) = 175+88+68=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5844 is #50A7BB. Grayscale: #6F6F6F. Windows color (decimal): -5285820 or 4479151. OLE color: 4479151.

HSL color Cylindrical-coordinate representation of color #AF5844: hue angle of 11.21º 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 #AF5844 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 68 -
CMYK 0 0.50 0.61 0.31
HSL 11.21º 0.44% 0.48% -
HSV(B) 11.21º 0.61% 0.69% -
XYZ 22.21 16.51 7.49 -
YUV 111.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 175 88 68 0 0.50 0.61 0.31 11.21 0.44 0.48
Hex AF 58 44 0 32 3D 1F B 2C 30
Octal 257 130 104 0 62 75 37 13 54 60
Binary 10101111 1011000 1000100 0 110010 111101 11111 1011 101100 110000

Color Harmonies of #AF5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5844

Black with #AF5844

Text Example


Text Example

White with #AF5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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