Html Css Color HEX #AF9978 Bronco

📋 copy color: '#AF9978'

red 175 ◦ green 153 ◦ blue 120

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

Shades of Bronco #AF9978

Tints of Bronco #AF9978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.15%

 BLUE value IS 120 (47.27% from 255) = 26.79%

R = 39.06%
G = 34.15%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF9978 (or 0xAF9978) is known color: Bronco. HEX triplet: AF, 99 and 78. RGB value is (175,153,120). Sum of RGB (Red+Green+Blue) = 175+153+120=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9978 is #506687. Grayscale: #9B9B9B. Windows color (decimal): -5269128 or 7903663. OLE color: 7903663.

HSL color Cylindrical-coordinate representation of color #AF9978: hue angle of 36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9978 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 120 -
CMYK 0 0.13 0.31 0.31
HSL 36º 0.26% 0.58% -
HSV(B) 36º 0.31% 0.69% -
XYZ 32.46 33.25 22.48 -
YUV 155.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 175 153 120 0 0.13 0.31 0.31 36 0.26 0.58
Hex AF 99 78 0 D 1F 1F 24 1A 3A
Octal 257 231 170 0 15 37 37 44 32 72
Binary 10101111 10011001 1111000 0 1101 11111 11111 100100 11010 111010

Color Harmonies of #AF9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9978

Black with #AF9978

Text Example


Text Example

White with #AF9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9978; }

 p { color: rgb(175,153,120); }

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

background-color css

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

 a { background-color: rgb(175,153,120); }

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

border-color css

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

 span { border-color: rgb(175,153,120); }

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