Html Css Color HEX #AF3743 Old Rose

📋 copy color: '#AF3743'

red 175 ◦ green 55 ◦ blue 67

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

Shades of Old Rose #AF3743

Tints of Old Rose #AF3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 58.92%
G = 18.52%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3743 (or 0xAF3743) is known color: Old Rose. HEX triplet: AF, 37 and 43. RGB value is (175,55,67). Sum of RGB (Red+Green+Blue) = 175+55+67=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3743 is #50C8BC. Grayscale: #5C5C5C. Windows color (decimal): -5294269 or 4405167. OLE color: 4405167.

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

Color convert

RGB 175 55 67 -
CMYK 0 0.69 0.62 0.31
HSL 354º 0.52% 0.45% -
HSV(B) 354º 0.69% 0.69% -
XYZ 20.06 12.25 6.62 -
YUV 92.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 175 55 67 0 0.69 0.62 0.31 354 0.52 0.45
Hex AF 37 43 0 45 3E 1F 162 34 2D
Octal 257 67 103 0 105 76 37 542 64 55
Binary 10101111 110111 1000011 0 1000101 111110 11111 101100010 110100 101101

Color Harmonies of #AF3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3743

Black with #AF3743

Text Example


Text Example

White with #AF3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3743; }

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

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

background-color css

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

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

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

border-color css

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

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

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