Html Css Color HEX #AB977F Bronco

📋 copy color: '#AB977F'

red 171 ◦ green 151 ◦ blue 127

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

Shades of Bronco #AB977F

Tints of Bronco #AB977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.29%

R = 38.08%
G = 33.63%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB977F (or 0xAB977F) is known color: Bronco. HEX triplet: AB, 97 and 7F. RGB value is (171,151,127). Sum of RGB (Red+Green+Blue) = 171+151+127=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB977F is #546880. Grayscale: #9A9A9A. Windows color (decimal): -5531777 or 8361899. OLE color: 8361899.

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

Color convert

RGB 171 151 127 -
CMYK 0 0.12 0.26 0.33
HSL 32.73º 0.21% 0.58% -
HSV(B) 32.73º 0.26% 0.67% -
XYZ 31.69 32.32 24.65 -
YUV 154.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 171 151 127 0 0.12 0.26 0.33 32.73 0.21 0.58
Hex AB 97 7F 0 C 1A 21 21 15 3A
Octal 253 227 177 0 14 32 41 41 25 72
Binary 10101011 10010111 1111111 0 1100 11010 100001 100001 10101 111010

Color Harmonies of #AB977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB977F

Black with #AB977F

Text Example


Text Example

White with #AB977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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