Html Css Color HEX #AF6F33 Reno Sand

📋 copy color: '#AF6F33'

red 175 ◦ green 111 ◦ blue 51

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

Shades of Reno Sand #AF6F33

Tints of Reno Sand #AF6F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 51.93%
G = 32.94%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6F33 (or 0xAF6F33) is known color: Reno Sand. HEX triplet: AF, 6F and 33. RGB value is (175,111,51). Sum of RGB (Red+Green+Blue) = 175+111+51=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F33 is #5090CC. Grayscale: #7B7B7B. Windows color (decimal): -5279949 or 3370927. OLE color: 3370927.

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

Color convert

RGB 175 111 51 -
CMYK 0 0.37 0.71 0.31
HSL 29.03º 0.55% 0.44% -
HSV(B) 29.03º 0.71% 0.69% -
XYZ 23.96 20.72 5.87 -
YUV 123.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 175 111 51 0 0.37 0.71 0.31 29.03 0.55 0.44
Hex AF 6F 33 0 25 47 1F 1D 37 2C
Octal 257 157 63 0 45 107 37 35 67 54
Binary 10101111 1101111 110011 0 100101 1000111 11111 11101 110111 101100

Color Harmonies of #AF6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F33

Black with #AF6F33

Text Example


Text Example

White with #AF6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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