Html Css Color HEX #AF6820 Reno Sand

📋 copy color: '#AF6820'

red 175 ◦ green 104 ◦ blue 32

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

Shades of Reno Sand #AF6820

Tints of Reno Sand #AF6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 56.27%
G = 33.44%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6820 (or 0xAF6820) is known color: Reno Sand. HEX triplet: AF, 68 and 20. RGB value is (175,104,32). Sum of RGB (Red+Green+Blue) = 175+104+32=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6820 is #5097DF. Grayscale: #757575. Windows color (decimal): -5281760 or 2123951. OLE color: 2123951.

HSL color Cylindrical-coordinate representation of color #AF6820: hue angle of 30.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6820 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 32 -
CMYK 0 0.41 0.82 0.31
HSL 30.21º 0.69% 0.41% -
HSV(B) 30.21º 0.82% 0.69% -
XYZ 22.89 19.12 3.85 -
YUV 117.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 175 104 32 0 0.41 0.82 0.31 30.21 0.69 0.41
Hex AF 68 20 0 29 52 1F 1E 45 29
Octal 257 150 40 0 51 122 37 36 105 51
Binary 10101111 1101000 100000 0 101001 1010010 11111 11110 1000101 101001

Color Harmonies of #AF6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6820

Black with #AF6820

Text Example


Text Example

White with #AF6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6820; }

 p { color: rgb(175,104,32); }

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

background-color css

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

 a { background-color: rgb(175,104,32); }

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

border-color css

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

 span { border-color: rgb(175,104,32); }

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