Html Css Color HEX #AF6B32 Reno Sand

📋 copy color: '#AF6B32'

red 175 ◦ green 107 ◦ blue 50

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

Shades of Reno Sand #AF6B32

Tints of Reno Sand #AF6B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 52.71%
G = 32.23%
B = 15.06%

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

#AF6B32 (or 0xAF6B32) is known color: Reno Sand. HEX triplet: AF, 6B and 32. RGB value is (175,107,50). Sum of RGB (Red+Green+Blue) = 175+107+50=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B32 is #5094CD. Grayscale: #797979. Windows color (decimal): -5280974 or 3304367. OLE color: 3304367.

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

Color convert

RGB 175 107 50 -
CMYK 0 0.39 0.71 0.31
HSL 27.36º 0.56% 0.44% -
HSV(B) 27.36º 0.71% 0.69% -
XYZ 23.51 19.86 5.61 -
YUV 120.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 175 107 50 0 0.39 0.71 0.31 27.36 0.56 0.44
Hex AF 6B 32 0 27 47 1F 1B 38 2C
Octal 257 153 62 0 47 107 37 33 70 54
Binary 10101111 1101011 110010 0 100111 1000111 11111 11011 111000 101100

Color Harmonies of #AF6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B32

Black with #AF6B32

Text Example


Text Example

White with #AF6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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