Html Css Color HEX #AF5846 Crail

📋 copy color: '#AF5846'

red 175 ◦ green 88 ◦ blue 70

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

Shades of Crail #AF5846

Tints of Crail #AF5846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 52.55%
G = 26.43%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF5846 (or 0xAF5846) is known color: Crail. HEX triplet: AF, 58 and 46. RGB value is (175,88,70). Sum of RGB (Red+Green+Blue) = 175+88+70=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5846 is #50A7B9. Grayscale: #707070. Windows color (decimal): -5285818 or 4610223. OLE color: 4610223.

HSL color Cylindrical-coordinate representation of color #AF5846: hue angle of 10.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5846 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 70 -
CMYK 0 0.50 0.60 0.31
HSL 10.29º 0.43% 0.48% -
HSV(B) 10.29º 0.6% 0.69% -
XYZ 22.27 16.54 7.81 -
YUV 111.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 175 88 70 0 0.50 0.60 0.31 10.29 0.43 0.48
Hex AF 58 46 0 32 3C 1F A 2B 30
Octal 257 130 106 0 62 74 37 12 53 60
Binary 10101111 1011000 1000110 0 110010 111100 11111 1010 101011 110000

Color Harmonies of #AF5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5846

Black with #AF5846

Text Example


Text Example

White with #AF5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5846; }

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

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

background-color css

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

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

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

border-color css

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

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

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