Html Css Color HEX #AF6936 Reno Sand

📋 copy color: '#AF6936'

red 175 ◦ green 105 ◦ blue 54

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

Shades of Reno Sand #AF6936

Tints of Reno Sand #AF6936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 52.4%
G = 31.44%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6936 (or 0xAF6936) is known color: Reno Sand. HEX triplet: AF, 69 and 36. RGB value is (175,105,54). Sum of RGB (Red+Green+Blue) = 175+105+54=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6936 is #5096C9. Grayscale: #787878. Windows color (decimal): -5281482 or 3565999. OLE color: 3565999.

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

Color convert

RGB 175 105 54 -
CMYK 0 0.40 0.69 0.31
HSL 25.29º 0.53% 0.45% -
HSV(B) 25.29º 0.69% 0.69% -
XYZ 23.4 19.48 6.02 -
YUV 120.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 175 105 54 0 0.40 0.69 0.31 25.29 0.53 0.45
Hex AF 69 36 0 28 45 1F 19 35 2D
Octal 257 151 66 0 50 105 37 31 65 55
Binary 10101111 1101001 110110 0 101000 1000101 11111 11001 110101 101101

Color Harmonies of #AF6936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6936

Black with #AF6936

Text Example


Text Example

White with #AF6936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6936; }

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

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

background-color css

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

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

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

border-color css

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

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

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