Html Css Color HEX #AB763B Reno Sand

📋 copy color: '#AB763B'

red 171 ◦ green 118 ◦ blue 59

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

Shades of Reno Sand #AB763B

Tints of Reno Sand #AB763B

RGB

 RED value IS 171 (67.19% from 255) = 49.14%

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 49.14%
G = 33.91%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB763B (or 0xAB763B) is known color: Reno Sand. HEX triplet: AB, 76 and 3B. RGB value is (171,118,59). Sum of RGB (Red+Green+Blue) = 171+118+59=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB763B is #5489C4. Grayscale: #7F7F7F. Windows color (decimal): -5540293 or 3897003. OLE color: 3897003.

HSL color Cylindrical-coordinate representation of color #AB763B: hue angle of 31.61º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB763B is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 59 -
CMYK 0 0.31 0.65 0.33
HSL 31.61º 0.49% 0.45% -
HSV(B) 31.61º 0.65% 0.67% -
XYZ 24.06 21.93 7.1 -
YUV 127.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 171 118 59 0 0.31 0.65 0.33 31.61 0.49 0.45
Hex AB 76 3B 0 1F 41 21 20 31 2D
Octal 253 166 73 0 37 101 41 40 61 55
Binary 10101011 1110110 111011 0 11111 1000001 100001 100000 110001 101101

Color Harmonies of #AB763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB763B

Black with #AB763B

Text Example


Text Example

White with #AB763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB763B; }

 p { color: rgb(171,118,59); }

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

background-color css

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

 a { background-color: rgb(171,118,59); }

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

border-color css

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

 span { border-color: rgb(171,118,59); }

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