Html Css Color HEX #AF4E3E Apple Blossom

📋 copy color: '#AF4E3E'

red 175 ◦ green 78 ◦ blue 62

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

Shades of Apple Blossom #AF4E3E

Tints of Apple Blossom #AF4E3E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.76%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 55.56%
G = 24.76%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF4E3E (or 0xAF4E3E) is known color: Apple Blossom. HEX triplet: AF, 4E and 3E. RGB value is (175,78,62). Sum of RGB (Red+Green+Blue) = 175+78+62=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E3E is #50B1C1. Grayscale: #696969. Windows color (decimal): -5288386 or 4083375. OLE color: 4083375.

HSL color Cylindrical-coordinate representation of color #AF4E3E: hue angle of 8.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4E3E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 62 -
CMYK 0 0.55 0.65 0.31
HSL 8.5º 0.48% 0.46% -
HSV(B) 8.5º 0.65% 0.69% -
XYZ 21.27 14.91 6.31 -
YUV 105.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 175 78 62 0 0.55 0.65 0.31 8.5 0.48 0.46
Hex AF 4E 3E 0 37 41 1F 8 30 2E
Octal 257 116 76 0 67 101 37 10 60 56
Binary 10101111 1001110 111110 0 110111 1000001 11111 1000 110000 101110

Color Harmonies of #AF4E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E3E

Black with #AF4E3E

Text Example


Text Example

White with #AF4E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E3E; }

 p { color: rgb(175,78,62); }

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

background-color css

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

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

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

border-color css

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

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

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