Html Css Color HEX #AF543F Crail

📋 copy color: '#AF543F'

red 175 ◦ green 84 ◦ blue 63

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

Shades of Crail #AF543F

Tints of Crail #AF543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 63 (25% from 255) = 19.57%

R = 54.35%
G = 26.09%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF543F (or 0xAF543F) is known color: Crail. HEX triplet: AF, 54 and 3F. RGB value is (175,84,63). Sum of RGB (Red+Green+Blue) = 175+84+63=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF543F is #50ABC0. Grayscale: #6C6C6C. Windows color (decimal): -5286849 or 4150447. OLE color: 4150447.

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

Color convert

RGB 175 84 63 -
CMYK 0 0.52 0.64 0.31
HSL 11.25º 0.47% 0.47% -
HSV(B) 11.25º 0.64% 0.69% -
XYZ 21.75 15.81 6.61 -
YUV 108.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 175 84 63 0 0.52 0.64 0.31 11.25 0.47 0.47
Hex AF 54 3F 0 34 40 1F B 2F 2F
Octal 257 124 77 0 64 100 37 13 57 57
Binary 10101111 1010100 111111 0 110100 1000000 11111 1011 101111 101111

Color Harmonies of #AF543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF543F

Black with #AF543F

Text Example


Text Example

White with #AF543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF543F; }

 p { color: rgb(175,84,63); }

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

background-color css

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

 a { background-color: rgb(175,84,63); }

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

border-color css

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

 span { border-color: rgb(175,84,63); }

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