Html Css Color HEX #AF4429 Rose Of Sharon

📋 copy color: '#AF4429'

red 175 ◦ green 68 ◦ blue 41

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

Shades of Rose Of Sharon #AF4429

Tints of Rose Of Sharon #AF4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 61.62%
G = 23.94%
B = 14.44%

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

#AF4429 (or 0xAF4429) is known color: Rose Of Sharon. HEX triplet: AF, 44 and 29. RGB value is (175,68,41). Sum of RGB (Red+Green+Blue) = 175+68+41=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4429 is #50BBD6. Grayscale: #616161. Windows color (decimal): -5290967 or 2704559. OLE color: 2704559.

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

Color convert

RGB 175 68 41 -
CMYK 0 0.61 0.77 0.31
HSL 12.09º 0.62% 0.42% -
HSV(B) 12.09º 0.77% 0.69% -
XYZ 20.15 13.41 3.62 -
YUV 96.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 175 68 41 0 0.61 0.77 0.31 12.09 0.62 0.42
Hex AF 44 29 0 3D 4D 1F C 3E 2A
Octal 257 104 51 0 75 115 37 14 76 52
Binary 10101111 1000100 101001 0 111101 1001101 11111 1100 111110 101010

Color Harmonies of #AF4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4429

Black with #AF4429

Text Example


Text Example

White with #AF4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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