Html Css Color HEX #AFA57B Hillary

📋 copy color: '#AFA57B'

red 175 ◦ green 165 ◦ blue 123

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

Shades of Hillary #AFA57B

Tints of Hillary #AFA57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 37.8%
G = 35.64%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFA57B (or 0xAFA57B) is known color: Hillary. HEX triplet: AF, A5 and 7B. RGB value is (175,165,123). Sum of RGB (Red+Green+Blue) = 175+165+123=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57B is #505A84. Grayscale: #A3A3A3. Windows color (decimal): -5266053 or 8103343. OLE color: 8103343.

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

Color convert

RGB 175 165 123 -
CMYK 0 0.06 0.30 0.31
HSL 48.46º 0.25% 0.58% -
HSV(B) 48.46º 0.3% 0.69% -
XYZ 34.71 37.45 24.14 -
YUV 163.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 175 165 123 0 0.06 0.30 0.31 48.46 0.25 0.58
Hex AF A5 7B 0 6 1E 1F 30 19 3A
Octal 257 245 173 0 6 36 37 60 31 72
Binary 10101111 10100101 1111011 0 110 11110 11111 110000 11001 111010

Color Harmonies of #AFA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA57B

Black with #AFA57B

Text Example


Text Example

White with #AFA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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