Html Css Color HEX #AF4426 Rose Of Sharon

📋 copy color: '#AF4426'

red 175 ◦ green 68 ◦ blue 38

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

Shades of Rose Of Sharon #AF4426

Tints of Rose Of Sharon #AF4426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 62.28%
G = 24.2%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF4426 (or 0xAF4426) is known color: Rose Of Sharon. HEX triplet: AF, 44 and 26. RGB value is (175,68,38). Sum of RGB (Red+Green+Blue) = 175+68+38=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4426 is #50BBD9. Grayscale: #606060. Windows color (decimal): -5290970 or 2507951. OLE color: 2507951.

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

Color convert

RGB 175 68 38 -
CMYK 0 0.61 0.78 0.31
HSL 13.14º 0.64% 0.42% -
HSV(B) 13.14º 0.78% 0.69% -
XYZ 20.1 13.39 3.36 -
YUV 96.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 175 68 38 0 0.61 0.78 0.31 13.14 0.64 0.42
Hex AF 44 26 0 3D 4E 1F D 40 2A
Octal 257 104 46 0 75 116 37 15 100 52
Binary 10101111 1000100 100110 0 111101 1001110 11111 1101 1000000 101010

Color Harmonies of #AF4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4426

Black with #AF4426

Text Example


Text Example

White with #AF4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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