Html Css Color HEX #AF6B33 Reno Sand

📋 copy color: '#AF6B33'

red 175 ◦ green 107 ◦ blue 51

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

Shades of Reno Sand #AF6B33

Tints of Reno Sand #AF6B33

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

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

R = 52.55%
G = 32.13%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6B33 (or 0xAF6B33) is known color: Reno Sand. HEX triplet: AF, 6B and 33. RGB value is (175,107,51). Sum of RGB (Red+Green+Blue) = 175+107+51=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B33 is #5094CC. Grayscale: #797979. Windows color (decimal): -5280973 or 3369903. OLE color: 3369903.

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

Color convert

RGB 175 107 51 -
CMYK 0 0.39 0.71 0.31
HSL 27.1º 0.55% 0.44% -
HSV(B) 27.1º 0.71% 0.69% -
XYZ 23.53 19.87 5.73 -
YUV 120.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 175 107 51 0 0.39 0.71 0.31 27.1 0.55 0.44
Hex AF 6B 33 0 27 47 1F 1B 37 2C
Octal 257 153 63 0 47 107 37 33 67 54
Binary 10101111 1101011 110011 0 100111 1000111 11111 11011 110111 101100

Color Harmonies of #AF6B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B33

Black with #AF6B33

Text Example


Text Example

White with #AF6B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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