Html Css Color HEX #AB977D Bronco

📋 copy color: '#AB977D'

red 171 ◦ green 151 ◦ blue 125

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

Shades of Bronco #AB977D

Tints of Bronco #AB977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 38.26%
G = 33.78%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB977D (or 0xAB977D) is known color: Bronco. HEX triplet: AB, 97 and 7D. RGB value is (171,151,125). Sum of RGB (Red+Green+Blue) = 171+151+125=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB977D is #546882. Grayscale: #9A9A9A. Windows color (decimal): -5531779 or 8230827. OLE color: 8230827.

HSL color Cylindrical-coordinate representation of color #AB977D: hue angle of 33.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB977D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 125 -
CMYK 0 0.12 0.27 0.33
HSL 33.91º 0.21% 0.58% -
HSV(B) 33.91º 0.27% 0.67% -
XYZ 31.56 32.27 23.97 -
YUV 154.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 171 151 125 0 0.12 0.27 0.33 33.91 0.21 0.58
Hex AB 97 7D 0 C 1B 21 22 15 3A
Octal 253 227 175 0 14 33 41 42 25 72
Binary 10101011 10010111 1111101 0 1100 11011 100001 100010 10101 111010

Color Harmonies of #AB977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB977D

Black with #AB977D

Text Example


Text Example

White with #AB977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB977D; }

 p { color: rgb(171,151,125); }

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

background-color css

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

 a { background-color: rgb(171,151,125); }

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

border-color css

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

 span { border-color: rgb(171,151,125); }

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