Html Css Color HEX #AF4A2D Rose Of Sharon

📋 copy color: '#AF4A2D'

red 175 ◦ green 74 ◦ blue 45

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

Shades of Rose Of Sharon #AF4A2D

Tints of Rose Of Sharon #AF4A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 59.52%
G = 25.17%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF4A2D (or 0xAF4A2D) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 2D. RGB value is (175,74,45). Sum of RGB (Red+Green+Blue) = 175+74+45=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A2D is #50B5D2. Grayscale: #656565. Windows color (decimal): -5289427 or 2968239. OLE color: 2968239.

HSL color Cylindrical-coordinate representation of color #AF4A2D: hue angle of 13.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF4A2D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 45 -
CMYK 0 0.58 0.74 0.31
HSL 13.38º 0.59% 0.43% -
HSV(B) 13.38º 0.74% 0.69% -
XYZ 20.6 14.2 4.14 -
YUV 100.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 175 74 45 0 0.58 0.74 0.31 13.38 0.59 0.43
Hex AF 4A 2D 0 3A 4A 1F D 3B 2B
Octal 257 112 55 0 72 112 37 15 73 53
Binary 10101111 1001010 101101 0 111010 1001010 11111 1101 111011 101011

Color Harmonies of #AF4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A2D

Black with #AF4A2D

Text Example


Text Example

White with #AF4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A2D; }

 p { color: rgb(175,74,45); }

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

background-color css

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

 a { background-color: rgb(175,74,45); }

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

border-color css

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

 span { border-color: rgb(175,74,45); }

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