Html Css Color HEX #AF9A7A Bronco

📋 copy color: '#AF9A7A'

red 175 ◦ green 154 ◦ blue 122

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

Shades of Bronco #AF9A7A

Tints of Bronco #AF9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

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

R = 38.8%
G = 34.15%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF9A7A (or 0xAF9A7A) is known color: Bronco. HEX triplet: AF, 9A and 7A. RGB value is (175,154,122). Sum of RGB (Red+Green+Blue) = 175+154+122=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A7A is #506585. Grayscale: #9C9C9C. Windows color (decimal): -5268870 or 8034991. OLE color: 8034991.

HSL color Cylindrical-coordinate representation of color #AF9A7A: hue angle of 36.23º 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 #AF9A7A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 154 122 -
CMYK 0 0.12 0.30 0.31
HSL 36.23º 0.25% 0.58% -
HSV(B) 36.23º 0.3% 0.69% -
XYZ 32.75 33.63 23.18 -
YUV 156.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 175 154 122 0 0.12 0.30 0.31 36.23 0.25 0.58
Hex AF 9A 7A 0 C 1E 1F 24 19 3A
Octal 257 232 172 0 14 36 37 44 31 72
Binary 10101111 10011010 1111010 0 1100 11110 11111 100100 11001 111010

Color Harmonies of #AF9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A7A

Black with #AF9A7A

Text Example


Text Example

White with #AF9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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