Html Css Color HEX #AF997A Bronco

📋 copy color: '#AF997A'

red 175 ◦ green 153 ◦ blue 122

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

Shades of Bronco #AF997A

Tints of Bronco #AF997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 38.89%
G = 34%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF997A (or 0xAF997A) is known color: Bronco. HEX triplet: AF, 99 and 7A. RGB value is (175,153,122). Sum of RGB (Red+Green+Blue) = 175+153+122=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF997A is #506685. Grayscale: #9C9C9C. Windows color (decimal): -5269126 or 8034735. OLE color: 8034735.

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

Color convert

RGB 175 153 122 -
CMYK 0 0.13 0.30 0.31
HSL 35.09º 0.25% 0.58% -
HSV(B) 35.09º 0.3% 0.69% -
XYZ 32.58 33.3 23.12 -
YUV 156.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 175 153 122 0 0.13 0.30 0.31 35.09 0.25 0.58
Hex AF 99 7A 0 D 1E 1F 23 19 3A
Octal 257 231 172 0 15 36 37 43 31 72
Binary 10101111 10011001 1111010 0 1101 11110 11111 100011 11001 111010

Color Harmonies of #AF997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF997A

Black with #AF997A

Text Example


Text Example

White with #AF997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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