Html Css Color HEX #AF5A4A Crail

📋 copy color: '#AF5A4A'

red 175 ◦ green 90 ◦ blue 74

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

Shades of Crail #AF5A4A

Tints of Crail #AF5A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 51.62%
G = 26.55%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5A4A (or 0xAF5A4A) is known color: Crail. HEX triplet: AF, 5A and 4A. RGB value is (175,90,74). Sum of RGB (Red+Green+Blue) = 175+90+74=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A4A is #50A5B5. Grayscale: #717171. Windows color (decimal): -5285302 or 4872879. OLE color: 4872879.

HSL color Cylindrical-coordinate representation of color #AF5A4A: hue angle of 9.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5A4A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 74 -
CMYK 0 0.49 0.58 0.31
HSL 9.5º 0.41% 0.49% -
HSV(B) 9.5º 0.58% 0.69% -
XYZ 22.57 16.92 8.55 -
YUV 113.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 175 90 74 0 0.49 0.58 0.31 9.5 0.41 0.49
Hex AF 5A 4A 0 31 3A 1F A 29 31
Octal 257 132 112 0 61 72 37 12 51 61
Binary 10101111 1011010 1001010 0 110001 111010 11111 1010 101001 110001

Color Harmonies of #AF5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A4A

Black with #AF5A4A

Text Example


Text Example

White with #AF5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A4A; }

 p { color: rgb(175,90,74); }

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

background-color css

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

 a { background-color: rgb(175,90,74); }

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

border-color css

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

 span { border-color: rgb(175,90,74); }

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