Html Css Color HEX #A7B474 Caper

📋 copy color: '#A7B474'

red 167 ◦ green 180 ◦ blue 116

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

Shades of Caper #A7B474

Tints of Caper #A7B474

RGB

 RED value IS 167 (65.63% from 255) = 36.07%

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 36.07%
G = 38.88%
B = 25.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A7B474 (or 0xA7B474) is known color: Caper. HEX triplet: A7, B4 and 74. RGB value is (167,180,116). Sum of RGB (Red+Green+Blue) = 167+180+116=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B474 is #584B8B. Grayscale: #A9A9A9. Windows color (decimal): -5786508 or 7648423. OLE color: 7648423.

HSL color Cylindrical-coordinate representation of color #A7B474: hue angle of 72.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7B474 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 116 -
CMYK 0.07 0 0.36 0.29
HSL 72.19º 0.3% 0.58% -
HSV(B) 72.19º 0.36% 0.71% -
XYZ 35.41 42.12 22.79 -
YUV 168.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 167 180 116 0.07 0 0.36 0.29 72.19 0.3 0.58
Hex A7 B4 74 7 0 24 1D 48 1E 3A
Octal 247 264 164 7 0 44 35 110 36 72
Binary 10100111 10110100 1110100 111 0 100100 11101 1001000 11110 111010

Color Harmonies of #A7B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B474

Black with #A7B474

Text Example


Text Example

White with #A7B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B474; }

 p { color: rgb(167,180,116); }

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

background-color css

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

 a { background-color: rgb(167,180,116); }

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

border-color css

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

 span { border-color: rgb(167,180,116); }

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