Html Css Color HEX #AF6931 Reno Sand

📋 copy color: '#AF6931'

red 175 ◦ green 105 ◦ blue 49

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

Shades of Reno Sand #AF6931

Tints of Reno Sand #AF6931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 53.19%
G = 31.91%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6931 (or 0xAF6931) is known color: Reno Sand. HEX triplet: AF, 69 and 31. RGB value is (175,105,49). Sum of RGB (Red+Green+Blue) = 175+105+49=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6931 is #5096CE. Grayscale: #777777. Windows color (decimal): -5281487 or 3238319. OLE color: 3238319.

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

Color convert

RGB 175 105 49 -
CMYK 0 0.40 0.72 0.31
HSL 26.67º 0.56% 0.44% -
HSV(B) 26.67º 0.72% 0.69% -
XYZ 23.29 19.44 5.43 -
YUV 119.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 175 105 49 0 0.40 0.72 0.31 26.67 0.56 0.44
Hex AF 69 31 0 28 48 1F 1B 38 2C
Octal 257 151 61 0 50 110 37 33 70 54
Binary 10101111 1101001 110001 0 101000 1001000 11111 11011 111000 101100

Color Harmonies of #AF6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6931

Black with #AF6931

Text Example


Text Example

White with #AF6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6931; }

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

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

background-color css

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

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

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

border-color css

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

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

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