Html Css Color HEX #AF6929 Reno Sand

📋 copy color: '#AF6929'

red 175 ◦ green 105 ◦ blue 41

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

Shades of Reno Sand #AF6929

Tints of Reno Sand #AF6929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.77%

R = 54.52%
G = 32.71%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6929 (or 0xAF6929) is known color: Reno Sand. HEX triplet: AF, 69 and 29. RGB value is (175,105,41). Sum of RGB (Red+Green+Blue) = 175+105+41=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6929 is #5096D6. Grayscale: #767676. Windows color (decimal): -5281495 or 2714031. OLE color: 2714031.

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

Color convert

RGB 175 105 41 -
CMYK 0 0.40 0.77 0.31
HSL 28.66º 0.62% 0.42% -
HSV(B) 28.66º 0.77% 0.69% -
XYZ 23.13 19.38 4.62 -
YUV 118.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 175 105 41 0 0.40 0.77 0.31 28.66 0.62 0.42
Hex AF 69 29 0 28 4D 1F 1D 3E 2A
Octal 257 151 51 0 50 115 37 35 76 52
Binary 10101111 1101001 101001 0 101000 1001101 11111 11101 111110 101010

Color Harmonies of #AF6929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6929

Black with #AF6929

Text Example


Text Example

White with #AF6929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6929; }

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

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

background-color css

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

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

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

border-color css

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

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

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