Html Css Color HEX #AF7033 Reno Sand

📋 copy color: '#AF7033'

red 175 ◦ green 112 ◦ blue 51

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

Shades of Reno Sand #AF7033

Tints of Reno Sand #AF7033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 51.78%
G = 33.14%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7033 (or 0xAF7033) is known color: Reno Sand. HEX triplet: AF, 70 and 33. RGB value is (175,112,51). Sum of RGB (Red+Green+Blue) = 175+112+51=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7033 is #508FCC. Grayscale: #7C7C7C. Windows color (decimal): -5279693 or 3371183. OLE color: 3371183.

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

Color convert

RGB 175 112 51 -
CMYK 0 0.36 0.71 0.31
HSL 29.52º 0.55% 0.44% -
HSV(B) 29.52º 0.71% 0.69% -
XYZ 24.07 20.94 5.91 -
YUV 123.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 175 112 51 0 0.36 0.71 0.31 29.52 0.55 0.44
Hex AF 70 33 0 24 47 1F 1E 37 2C
Octal 257 160 63 0 44 107 37 36 67 54
Binary 10101111 1110000 110011 0 100100 1000111 11111 11110 110111 101100

Color Harmonies of #AF7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7033

Black with #AF7033

Text Example


Text Example

White with #AF7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7033; }

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

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

background-color css

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

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

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

border-color css

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

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

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