Html Css Color HEX #AFA082 Bronco

📋 copy color: '#AFA082'

red 175 ◦ green 160 ◦ blue 130

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

Shades of Bronco #AFA082

Tints of Bronco #AFA082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 37.63%
G = 34.41%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFA082 (or 0xAFA082) is known color: Bronco. HEX triplet: AF, A0 and 82. RGB value is (175,160,130). Sum of RGB (Red+Green+Blue) = 175+160+130=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA082 is #505F7D. Grayscale: #A1A1A1. Windows color (decimal): -5267326 or 8560815. OLE color: 8560815.

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

Color convert

RGB 175 160 130 -
CMYK 0 0.09 0.26 0.31
HSL 40º 0.22% 0.6% -
HSV(B) 40º 0.26% 0.69% -
XYZ 34.28 35.87 26.24 -
YUV 161.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 175 160 130 0 0.09 0.26 0.31 40 0.22 0.6
Hex AF A0 82 0 9 1A 1F 28 16 3C
Octal 257 240 202 0 11 32 37 50 26 74
Binary 10101111 10100000 10000010 0 1001 11010 11111 101000 10110 111100

Color Harmonies of #AFA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA082

Black with #AFA082

Text Example


Text Example

White with #AFA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA082; }

 p { color: rgb(175,160,130); }

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

background-color css

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

 a { background-color: rgb(175,160,130); }

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

border-color css

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

 span { border-color: rgb(175,160,130); }

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