Html Css Color HEX #AF5843 Crail

📋 copy color: '#AF5843'

red 175 ◦ green 88 ◦ blue 67

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

Shades of Crail #AF5843

Tints of Crail #AF5843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 53.03%
G = 26.67%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF5843 (or 0xAF5843) is known color: Crail. HEX triplet: AF, 58 and 43. RGB value is (175,88,67). Sum of RGB (Red+Green+Blue) = 175+88+67=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5843 is #50A7BC. Grayscale: #6F6F6F. Windows color (decimal): -5285821 or 4413615. OLE color: 4413615.

HSL color Cylindrical-coordinate representation of color #AF5843: hue angle of 11.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5843 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 67 -
CMYK 0 0.50 0.62 0.31
HSL 11.67º 0.45% 0.47% -
HSV(B) 11.67º 0.62% 0.69% -
XYZ 22.18 16.5 7.33 -
YUV 111.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 175 88 67 0 0.50 0.62 0.31 11.67 0.45 0.47
Hex AF 58 43 0 32 3E 1F C 2D 2F
Octal 257 130 103 0 62 76 37 14 55 57
Binary 10101111 1011000 1000011 0 110010 111110 11111 1100 101101 101111

Color Harmonies of #AF5843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5843

Black with #AF5843

Text Example


Text Example

White with #AF5843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5843; }

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

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

background-color css

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

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

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

border-color css

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

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

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