Html Css Color HEX #AF4545 Chestnut

📋 copy color: '#AF4545'

red 175 ◦ green 69 ◦ blue 69

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

Shades of Chestnut #AF4545

Tints of Chestnut #AF4545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 55.91%
G = 22.04%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF4545 (or 0xAF4545) is known color: Chestnut. HEX triplet: AF, 45 and 45. RGB value is (175,69,69). Sum of RGB (Red+Green+Blue) = 175+69+69=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4545 is #50BABA. Grayscale: #646464. Windows color (decimal): -5290683 or 4539823. OLE color: 4539823.

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

Color convert

RGB 175 69 69 -
CMYK 0 0.61 0.61 0.31
HSL 0.43% 0.48% -
HSV(B) 0.61% 0.69% -
XYZ 20.88 13.8 7.19 -
YUV 100.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 175 69 69 0 0.61 0.61 0.31 0 0.43 0.48
Hex AF 45 45 0 3D 3D 1F 0 2B 30
Octal 257 105 105 0 75 75 37 0 53 60
Binary 10101111 1000101 1000101 0 111101 111101 11111 0 101011 110000

Color Harmonies of #AF4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4545

Black with #AF4545

Text Example


Text Example

White with #AF4545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4545; }

 p { color: rgb(175,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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