Html Css Color HEX #AF6733 Reno Sand

📋 copy color: '#AF6733'

red 175 ◦ green 103 ◦ blue 51

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

Shades of Reno Sand #AF6733

Tints of Reno Sand #AF6733

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

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

R = 53.19%
G = 31.31%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6733 (or 0xAF6733) is known color: Reno Sand. HEX triplet: AF, 67 and 33. RGB value is (175,103,51). Sum of RGB (Red+Green+Blue) = 175+103+51=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6733 is #5098CC. Grayscale: #767676. Windows color (decimal): -5281997 or 3368879. OLE color: 3368879.

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

Color convert

RGB 175 103 51 -
CMYK 0 0.41 0.71 0.31
HSL 25.16º 0.55% 0.44% -
HSV(B) 25.16º 0.71% 0.69% -
XYZ 23.13 19.05 5.59 -
YUV 118.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 175 103 51 0 0.41 0.71 0.31 25.16 0.55 0.44
Hex AF 67 33 0 29 47 1F 19 37 2C
Octal 257 147 63 0 51 107 37 31 67 54
Binary 10101111 1100111 110011 0 101001 1000111 11111 11001 110111 101100

Color Harmonies of #AF6733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6733

Black with #AF6733

Text Example


Text Example

White with #AF6733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6733; }

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

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

background-color css

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

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

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

border-color css

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

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

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