Html Css Color HEX #AF6732 Reno Sand

📋 copy color: '#AF6732'

red 175 ◦ green 103 ◦ blue 50

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

Shades of Reno Sand #AF6732

Tints of Reno Sand #AF6732

RGB

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

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

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

R = 53.35%
G = 31.4%
B = 15.24%

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

#AF6732 (or 0xAF6732) is known color: Reno Sand. HEX triplet: AF, 67 and 32. RGB value is (175,103,50). Sum of RGB (Red+Green+Blue) = 175+103+50=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6732 is #5098CD. Grayscale: #767676. Windows color (decimal): -5281998 or 3303343. OLE color: 3303343.

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

Color convert

RGB 175 103 50 -
CMYK 0 0.41 0.71 0.31
HSL 25.44º 0.56% 0.44% -
HSV(B) 25.44º 0.71% 0.69% -
XYZ 23.11 19.04 5.48 -
YUV 118.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 175 103 50 0 0.41 0.71 0.31 25.44 0.56 0.44
Hex AF 67 32 0 29 47 1F 19 38 2C
Octal 257 147 62 0 51 107 37 31 70 54
Binary 10101111 1100111 110010 0 101001 1000111 11111 11001 111000 101100

Color Harmonies of #AF6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6732

Black with #AF6732

Text Example


Text Example

White with #AF6732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6732; }

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

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

background-color css

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

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

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

border-color css

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

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

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