Html Css Color HEX #AF4629 Rose Of Sharon

📋 copy color: '#AF4629'

red 175 ◦ green 70 ◦ blue 41

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

Shades of Rose Of Sharon #AF4629

Tints of Rose Of Sharon #AF4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 61.19%
G = 24.48%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4629 (or 0xAF4629) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 29. RGB value is (175,70,41). Sum of RGB (Red+Green+Blue) = 175+70+41=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4629 is #50B9D6. Grayscale: #626262. Windows color (decimal): -5290455 or 2705071. OLE color: 2705071.

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

Color convert

RGB 175 70 41 -
CMYK 0 0.60 0.77 0.31
HSL 12.99º 0.62% 0.42% -
HSV(B) 12.99º 0.77% 0.69% -
XYZ 20.27 13.65 3.67 -
YUV 98.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 175 70 41 0 0.60 0.77 0.31 12.99 0.62 0.42
Hex AF 46 29 0 3C 4D 1F D 3E 2A
Octal 257 106 51 0 74 115 37 15 76 52
Binary 10101111 1000110 101001 0 111100 1001101 11111 1101 111110 101010

Color Harmonies of #AF4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4629

Black with #AF4629

Text Example


Text Example

White with #AF4629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4629; }

 p { color: rgb(175,70,41); }

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

background-color css

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

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

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

border-color css

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

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

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