Html Css Color HEX #AF6632 Reno Sand

📋 copy color: '#AF6632'

red 175 ◦ green 102 ◦ blue 50

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

Shades of Reno Sand #AF6632

Tints of Reno Sand #AF6632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 53.52%
G = 31.19%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6632 (or 0xAF6632) is known color: Reno Sand. HEX triplet: AF, 66 and 32. RGB value is (175,102,50). Sum of RGB (Red+Green+Blue) = 175+102+50=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6632 is #5099CD. Grayscale: #767676. Windows color (decimal): -5282254 or 3303087. OLE color: 3303087.

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

Color convert

RGB 175 102 50 -
CMYK 0 0.42 0.71 0.31
HSL 24.96º 0.56% 0.44% -
HSV(B) 24.96º 0.71% 0.69% -
XYZ 23.01 18.85 5.44 -
YUV 117.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 175 102 50 0 0.42 0.71 0.31 24.96 0.56 0.44
Hex AF 66 32 0 2A 47 1F 19 38 2C
Octal 257 146 62 0 52 107 37 31 70 54
Binary 10101111 1100110 110010 0 101010 1000111 11111 11001 111000 101100

Color Harmonies of #AF6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6632

Black with #AF6632

Text Example


Text Example

White with #AF6632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6632; }

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

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

background-color css

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

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

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

border-color css

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

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

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