Html Css Color HEX #AF6836 Reno Sand

📋 copy color: '#AF6836'

red 175 ◦ green 104 ◦ blue 54

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

Shades of Reno Sand #AF6836

Tints of Reno Sand #AF6836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.22%

R = 52.55%
G = 31.23%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6836 (or 0xAF6836) is known color: Reno Sand. HEX triplet: AF, 68 and 36. RGB value is (175,104,54). Sum of RGB (Red+Green+Blue) = 175+104+54=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6836 is #5097C9. Grayscale: #777777. Windows color (decimal): -5281738 or 3565743. OLE color: 3565743.

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

Color convert

RGB 175 104 54 -
CMYK 0 0.41 0.69 0.31
HSL 24.79º 0.53% 0.45% -
HSV(B) 24.79º 0.69% 0.69% -
XYZ 23.3 19.28 5.98 -
YUV 119.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 175 104 54 0 0.41 0.69 0.31 24.79 0.53 0.45
Hex AF 68 36 0 29 45 1F 19 35 2D
Octal 257 150 66 0 51 105 37 31 65 55
Binary 10101111 1101000 110110 0 101001 1000101 11111 11001 110101 101101

Color Harmonies of #AF6836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6836

Black with #AF6836

Text Example


Text Example

White with #AF6836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6836; }

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

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

background-color css

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

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

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

border-color css

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

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

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