Html Css Color HEX #AF9C7B Bronco

📋 copy color: '#AF9C7B'

red 175 ◦ green 156 ◦ blue 123

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

Shades of Bronco #AF9C7B

Tints of Bronco #AF9C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 38.55%
G = 34.36%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF9C7B (or 0xAF9C7B) is known color: Bronco. HEX triplet: AF, 9C and 7B. RGB value is (175,156,123). Sum of RGB (Red+Green+Blue) = 175+156+123=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C7B is #506384. Grayscale: #9E9E9E. Windows color (decimal): -5268357 or 8101039. OLE color: 8101039.

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

Color convert

RGB 175 156 123 -
CMYK 0 0.11 0.30 0.31
HSL 38.08º 0.25% 0.58% -
HSV(B) 38.08º 0.3% 0.69% -
XYZ 33.14 34.32 23.62 -
YUV 157.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 175 156 123 0 0.11 0.30 0.31 38.08 0.25 0.58
Hex AF 9C 7B 0 B 1E 1F 26 19 3A
Octal 257 234 173 0 13 36 37 46 31 72
Binary 10101111 10011100 1111011 0 1011 11110 11111 100110 11001 111010

Color Harmonies of #AF9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C7B

Black with #AF9C7B

Text Example


Text Example

White with #AF9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C7B; }

 p { color: rgb(175,156,123); }

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

background-color css

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

 a { background-color: rgb(175,156,123); }

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

border-color css

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

 span { border-color: rgb(175,156,123); }

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