Html Css Color HEX #ACB67E Caper

📋 copy color: '#ACB67E'

red 172 ◦ green 182 ◦ blue 126

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

Shades of Caper #ACB67E

Tints of Caper #ACB67E

RGB

 RED value IS 172 (67.58% from 255) = 35.83%

 GREEN value IS 182 (71.48% from 255) = 37.92%

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 35.83%
G = 37.92%
B = 26.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ACB67E (or 0xACB67E) is known color: Caper. HEX triplet: AC, B6 and 7E. RGB value is (172,182,126). Sum of RGB (Red+Green+Blue) = 172+182+126=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67E is #534981. Grayscale: #ACACAC. Windows color (decimal): -5458306 or 8304300. OLE color: 8304300.

HSL color Cylindrical-coordinate representation of color #ACB67E: hue angle of 70.71º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB67E is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 126 -
CMYK 0.05 0 0.31 0.29
HSL 70.71º 0.28% 0.6% -
HSV(B) 70.71º 0.31% 0.71% -
XYZ 37.51 43.73 26.2 -
YUV 172.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 172 182 126 0.05 0 0.31 0.29 70.71 0.28 0.6
Hex AC B6 7E 5 0 1F 1D 47 1C 3C
Octal 254 266 176 5 0 37 35 107 34 74
Binary 10101100 10110110 1111110 101 0 11111 11101 1000111 11100 111100

Color Harmonies of #ACB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB67E

Black with #ACB67E

Text Example


Text Example

White with #ACB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB67E; }

 p { color: rgb(172,182,126); }

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

background-color css

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

 a { background-color: rgb(172,182,126); }

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

border-color css

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

 span { border-color: rgb(172,182,126); }

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