Html Css Color HEX #AF4528 Rose Of Sharon

📋 copy color: '#AF4528'

red 175 ◦ green 69 ◦ blue 40

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

Shades of Rose Of Sharon #AF4528

Tints of Rose Of Sharon #AF4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 61.62%
G = 24.3%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4528 (or 0xAF4528) is known color: Rose Of Sharon. HEX triplet: AF, 45 and 28. RGB value is (175,69,40). Sum of RGB (Red+Green+Blue) = 175+69+40=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4528 is #50BAD7. Grayscale: #616161. Windows color (decimal): -5290712 or 2639279. OLE color: 2639279.

HSL color Cylindrical-coordinate representation of color #AF4528: hue angle of 12.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF4528 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 40 -
CMYK 0 0.61 0.77 0.31
HSL 12.89º 0.63% 0.42% -
HSV(B) 12.89º 0.77% 0.69% -
XYZ 20.19 13.52 3.55 -
YUV 97.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 175 69 40 0 0.61 0.77 0.31 12.89 0.63 0.42
Hex AF 45 28 0 3D 4D 1F D 3F 2A
Octal 257 105 50 0 75 115 37 15 77 52
Binary 10101111 1000101 101000 0 111101 1001101 11111 1101 111111 101010

Color Harmonies of #AF4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4528

Black with #AF4528

Text Example


Text Example

White with #AF4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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