Html Css Color HEX #AF7833 Mandalay

📋 copy color: '#AF7833'

red 175 ◦ green 120 ◦ blue 51

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

Shades of Mandalay #AF7833

Tints of Mandalay #AF7833

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 50.58%
G = 34.68%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7833 (or 0xAF7833) is known color: Mandalay. HEX triplet: AF, 78 and 33. RGB value is (175,120,51). Sum of RGB (Red+Green+Blue) = 175+120+51=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7833 is #5087CC. Grayscale: #808080. Windows color (decimal): -5277645 or 3373231. OLE color: 3373231.

HSL color Cylindrical-coordinate representation of color #AF7833: hue angle of 33.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF7833 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 51 -
CMYK 0 0.31 0.71 0.31
HSL 33.39º 0.55% 0.44% -
HSV(B) 33.39º 0.71% 0.69% -
XYZ 24.99 22.79 6.21 -
YUV 128.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 175 120 51 0 0.31 0.71 0.31 33.39 0.55 0.44
Hex AF 78 33 0 1F 47 1F 21 37 2C
Octal 257 170 63 0 37 107 37 41 67 54
Binary 10101111 1111000 110011 0 11111 1000111 11111 100001 110111 101100

Color Harmonies of #AF7833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7833

Black with #AF7833

Text Example


Text Example

White with #AF7833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7833; }

 p { color: rgb(175,120,51); }

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

background-color css

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

 a { background-color: rgb(175,120,51); }

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

border-color css

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

 span { border-color: rgb(175,120,51); }

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