Html Css Color HEX #AFA567 Gimblet

📋 copy color: '#AFA567'

red 175 ◦ green 165 ◦ blue 103

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

Shades of Gimblet #AFA567

Tints of Gimblet #AFA567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.25%

R = 39.5%
G = 37.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA567 (or 0xAFA567) is known color: Gimblet. HEX triplet: AF, A5 and 67. RGB value is (175,165,103). Sum of RGB (Red+Green+Blue) = 175+165+103=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA567 is #505A98. Grayscale: #A1A1A1. Windows color (decimal): -5266073 or 6792623. OLE color: 6792623.

HSL color Cylindrical-coordinate representation of color #AFA567: hue angle of 51.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFA567 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 103 -
CMYK 0 0.06 0.41 0.31
HSL 51.67º 0.31% 0.55% -
HSV(B) 51.67º 0.41% 0.69% -
XYZ 33.58 37 18.2 -
YUV 160.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 175 165 103 0 0.06 0.41 0.31 51.67 0.31 0.55
Hex AF A5 67 0 6 29 1F 34 1F 37
Octal 257 245 147 0 6 51 37 64 37 67
Binary 10101111 10100101 1100111 0 110 101001 11111 110100 11111 110111

Color Harmonies of #AFA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA567

Black with #AFA567

Text Example


Text Example

White with #AFA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA567; }

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

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

background-color css

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

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

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

border-color css

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

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

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